Skip to content

Commit

Permalink
[java] fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Nov 27, 2024
1 parent 313d31c commit b9ef2da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class CdpApiTest extends BaseTest {
@BeforeEach
public void createSession() {
ChromeOptions options = new ChromeOptions();
options.setBrowserVersion("128");
options.setBrowserVersion("131");
driver = new ChromeDriver(options);
wait = new WebDriverWait(driver, Duration.ofSeconds(10));
}
Expand Down

0 comments on commit b9ef2da

Please sign in to comment.