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 13
13
<maven .compiler.source>17</maven .compiler.source>
14
14
<maven .compiler.target>17</maven .compiler.target>
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
- <selenium .version>4.34 .0</selenium .version>
16
+ <selenium .version>4.35 .0</selenium .version>
17
17
</properties >
18
18
19
19
<repositories >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public class CdpApiTest extends BaseTest {
27
27
@ BeforeEach
28
28
public void createSession () {
29
29
ChromeOptions options = getDefaultChromeOptions ();
30
- options .setBrowserVersion ("136 " );
30
+ options .setBrowserVersion ("139 " );
31
31
driver = new ChromeDriver (options );
32
32
wait = new WebDriverWait (driver , Duration .ofSeconds (10 ));
33
33
}
Original file line number Diff line number Diff line change 19
19
<maven-surefire-plugin .version>3.5.3</maven-surefire-plugin .version>
20
20
21
21
<java .version>11</java .version>
22
- <selenium .version>4.34 .0</selenium .version>
22
+ <selenium .version>4.35 .0</selenium .version>
23
23
24
24
<maven .compiler.target>${java.version} </maven .compiler.target>
25
25
<maven .compiler.source>${java.version} </maven .compiler.source>
You can’t perform that action at this time.
0 commit comments