Skip to content

Commit d33a284

Browse files
committed
Set Selenium version to 4.0.0-alpha-2 because 4.8.0 failed
1 parent b6bccbf commit d33a284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const getSeleniumVersion = ({ browser, os, browser_version }) => {
6363
if (os === "Windows" && browser === "ie") return "3.5.2";
6464
if (browser === "firefox" && version(browser_version) >= 94) return "4.0.0";
6565

66-
return "4.8.0";
66+
return "4.0.0-alpha-2";
6767
};
6868

6969
const getAppiumVersion = ({ device, os, os_version }) => {

0 commit comments

Comments
 (0)