1
0
mirror of synced 2026-08-05 06:56:56 +00:00

chore: fix examples which could not be executed (#941)

This commit is contained in:
Max Schmitt
2022-05-31 09:33:33 +02:00
committed by GitHub
parent e04ef2132c
commit 8f59cd73f5
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>playwright</artifactId>
<version>1.17.0</version>
<version>1.22.0</version>
</dependency>
</dependencies>
<build>
@@ -16,6 +16,7 @@
package org.example;
import java.nio.file.Paths;
import com.microsoft.playwright.*;
public class SelectorsAndKeyboardManipulation {