We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d92cb commit 7e3e1c0Copy full SHA for 7e3e1c0
examples/pom.xml
@@ -8,6 +8,9 @@
8
<artifactId>examples</artifactId>
9
<version>0.1-SNAPSHOT</version>
10
<name>Playwright Client Examples</name>
11
+ <properties>
12
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13
+ </properties>
14
<dependencies>
15
<dependency>
16
<groupId>com.microsoft.playwright</groupId>
0 commit comments