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 313d31c commit b9ef2daCopy full SHA for b9ef2da
examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java
@@ -27,7 +27,7 @@ public class CdpApiTest extends BaseTest {
27
@BeforeEach
28
public void createSession() {
29
ChromeOptions options = new ChromeOptions();
30
- options.setBrowserVersion("128");
+ options.setBrowserVersion("131");
31
driver = new ChromeDriver(options);
32
wait = new WebDriverWait(driver, Duration.ofSeconds(10));
33
}
0 commit comments