Skip to content

Commit cfc0a3c

Browse files
committed
Update version
1 parent bed8e03 commit cfc0a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class CdpApiTest extends BaseTest {
2727
@BeforeEach
2828
public void createSession() {
2929
ChromeOptions options = new ChromeOptions();
30-
options.setBrowserVersion("124");
30+
options.setBrowserVersion("125");
3131
driver = new ChromeDriver(options);
3232
wait = new WebDriverWait(driver, Duration.ofSeconds(10));
3333
}

0 commit comments

Comments
 (0)