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 3e7c6e1 commit f7b97cbCopy full SHA for f7b97cb
java/src/org/openqa/selenium/firefox/GeckoDriverService.java
@@ -193,6 +193,7 @@ protected List<String> createArgs() {
193
args.add("--allow-origins");
194
args.add(String.format("http://127.0.0.1:%d", wsPort));
195
args.add(String.format("http://localhost:%d", wsPort));
196
+ args.add(String.format("http://[::1]:%d", wsPort));
197
if (firefoxBinary != null) {
198
args.add("-b");
199
args.add(firefoxBinary.getPath());
0 commit comments