File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/test/java/dev/selenium/bidi/cdp Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 <maven .compiler.source>17</maven .compiler.source>
1414 <maven .compiler.target>17</maven .compiler.target>
1515 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16- <selenium .version>4.34 .0</selenium .version>
16+ <selenium .version>4.35 .0</selenium .version>
1717 </properties >
1818
1919 <repositories >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public class CdpApiTest extends BaseTest {
2727 @ BeforeEach
2828 public void createSession () {
2929 ChromeOptions options = getDefaultChromeOptions ();
30- options .setBrowserVersion ("136 " );
30+ options .setBrowserVersion ("139 " );
3131 driver = new ChromeDriver (options );
3232 wait = new WebDriverWait (driver , Duration .ofSeconds (10 ));
3333 }
Original file line number Diff line number Diff line change 1919 <maven-surefire-plugin .version>3.5.3</maven-surefire-plugin .version>
2020
2121 <java .version>11</java .version>
22- <selenium .version>4.34 .0</selenium .version>
22+ <selenium .version>4.35 .0</selenium .version>
2323
2424 <maven .compiler.target>${java.version} </maven .compiler.target>
2525 <maven .compiler.source>${java.version} </maven .compiler.source>
You can’t perform that action at this time.
0 commit comments