You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
privatestaticfinalStringEXCEPTION_MESSAGE = " \nDownload the latest release at http://chromedriver.storage.googleapis.com/index.html and place it: \n" +
@@ -32,7 +36,9 @@ public class ChromeDriverBuilder extends DriverBuilder<ChromeDriverBuilder> {
32
36
33
37
privatestaticfinalStringBAD_PATH_PROVIDED_EXCEPTION_MESSAGE = "The ChromeDriver Server executable file was not found (or is a directory) at \"%s\"." + EXCEPTION_MESSAGE;
34
38
35
-
staticStringCHROMEDRIVER_EXE = "chromedriver.exe"; // package visibility so it can be changed during test
39
+
// package visibility so they can be changed during test
privatestaticfinalStringEXCEPTION_MESSAGE = " \nDownload the latest release at http://phantomjs.org/download.html and place it: \n" +
@@ -30,7 +34,9 @@ public class PhantomJSDriverBuilder extends DriverBuilder<PhantomJSDriverBuilder
30
34
31
35
privatestaticfinalStringBAD_PATH_PROVIDED_EXCEPTION_MESSAGE = "The PhantomJS executable file was not found (or is a directory) at \"%s\"." + EXCEPTION_MESSAGE;
32
36
33
-
staticStringPHANTOMJS_EXE = "phantomjs.exe"; // package visibility so it can be changed during test
37
+
// package visibility so they can be changed during test
0 commit comments