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 4ed3807 commit 2864e29Copy full SHA for 2864e29
java/test/org/openqa/selenium/firefox/FirefoxDriverTest.java
@@ -278,7 +278,7 @@ void shouldThrowNumberFormatException() {
278
Locale.setDefault(arabicLocale);
279
280
int port = PortProber.findFreePort();
281
- EdgeDriverService.Builder builder = new EdgeDriverService.Builder();
+ GeckoDriverService.Builder builder = new GeckoDriverService.Builder();
282
builder.usingPort(port);
283
284
assertThatExceptionOfType(NumberFormatException.class)
0 commit comments