File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ Playwright is a Java library to automate [Chromium](https://www.chromium.org/Hom
88
99| | Linux | macOS | Windows |
1010| :--- | :---: | :---: | :---: |
11- | Chromium <!-- GEN:chromium-version --> 89 .0.4344 .0<!-- GEN:stop --> | :white_check_mark : | :white_check_mark : | :white_check_mark : |
11+ | Chromium <!-- GEN:chromium-version --> 90 .0.4392 .0<!-- GEN:stop --> | :white_check_mark : | :white_check_mark : | :white_check_mark : |
1212| WebKit <!-- GEN:webkit-version --> 14.1<!-- GEN:stop --> | ✅ | ✅ | ✅ |
13- | Firefox <!-- GEN:firefox-version --> 85.0b1 <!-- GEN:stop --> | :white_check_mark : | :white_check_mark : | :white_check_mark : |
13+ | Firefox <!-- GEN:firefox-version --> 85.0b5 <!-- GEN:stop --> | :white_check_mark : | :white_check_mark : | :white_check_mark : |
1414
1515Headless execution is supported for all the browsers on all platforms. Check out [ system requirements] ( https://playwright.dev/#?path=docs/intro.md&q=system-requirements ) for details.
1616
@@ -40,7 +40,7 @@ To run Playwright simply add following dependency to your Maven project:
4040<dependency >
4141 <groupId >com.microsoft.playwright</groupId >
4242 <artifactId >playwright</artifactId >
43- <version >0.171 .0</version >
43+ <version >0.180 .0</version >
4444</dependency >
4545```
4646
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.microsoft.playwright</groupId >
88 <artifactId >parent-pom</artifactId >
9- <version >0.180 .0-SNAPSHOT</version >
9+ <version >0.190 .0-SNAPSHOT</version >
1010 </parent >
1111
1212 <artifactId >driver-bundle</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.microsoft.playwright</groupId >
88 <artifactId >parent-pom</artifactId >
9- <version >0.180 .0-SNAPSHOT</version >
9+ <version >0.190 .0-SNAPSHOT</version >
1010 </parent >
1111
1212 <artifactId >driver</artifactId >
Original file line number Diff line number Diff line change 1515 <dependency >
1616 <groupId >com.microsoft.playwright</groupId >
1717 <artifactId >playwright</artifactId >
18- <version >0.180 .0-SNAPSHOT</version >
18+ <version >0.190 .0-SNAPSHOT</version >
1919 </dependency >
2020 </dependencies >
2121 <build >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.microsoft.playwright</groupId >
99 <artifactId >parent-pom</artifactId >
10- <version >0.180 .0-SNAPSHOT</version >
10+ <version >0.190 .0-SNAPSHOT</version >
1111 </parent >
1212
1313 <artifactId >playwright</artifactId >
Original file line number Diff line number Diff line change 66
77 <groupId >com.microsoft.playwright</groupId >
88 <artifactId >parent-pom</artifactId >
9- <version >0.180 .0-SNAPSHOT</version >
9+ <version >0.190 .0-SNAPSHOT</version >
1010 <packaging >pom</packaging >
1111 <name >Playwright Parent Project</name >
1212 <description >Java library to automate Chromium, Firefox and WebKit with a single API.
Original file line number Diff line number Diff line change 66
77 <groupId >com.microsoft.playwright</groupId >
88 <artifactId >api-generator</artifactId >
9- <version >0.180 .0-SNAPSHOT</version >
9+ <version >0.190 .0-SNAPSHOT</version >
1010 <name >Playwright - API Generator</name >
1111 <description >
1212 This is an internal module used to generate Java API from the upstream Playwright
Original file line number Diff line number Diff line change 66
77 <groupId >com.microsoft.playwright</groupId >
88 <artifactId >update-version</artifactId >
9- <version >0.180 .0-SNAPSHOT</version >
9+ <version >0.190 .0-SNAPSHOT</version >
1010 <name >Playwright - Update Version in Documentation</name >
1111 <description >
1212 This is an internal module used to update versions in the documentation based on
You can’t perform that action at this time.
0 commit comments