Skip to content

Commit

Permalink
force 117
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Oct 17, 2023
1 parent 525eb98 commit a765a99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class PerformanceTest extends SeleniumTestBase {
public void setup(TestInfo testInfo) {
ChromeOptions options = new ChromeOptions();
options.setPlatformName("Windows 10");
options.setBrowserVersion("latest");
options.setBrowserVersion("117");

Map<String, Object> sauceOptions = new HashMap<>();
sauceOptions.put("capturePerformance", true);
Expand Down

0 comments on commit a765a99

Please sign in to comment.