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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

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>

View File

@ -16,6 +16,7 @@
package org.example;
import java.nio.file.Paths;
import com.microsoft.playwright.*;
public class SelectorsAndKeyboardManipulation {