Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox browser.conf issue (Win 10) #141

Closed
gototester opened this issue Mar 13, 2018 · 3 comments
Closed

Firefox browser.conf issue (Win 10) #141

gototester opened this issue Mar 13, 2018 · 3 comments
Labels
Milestone

Comments

@gototester
Copy link

When using the default config on windows 10, Firefox does not launch.

Default:
"firefox": {
"default": "latest",
"versions": {
"latest": {
"image": [
"C:/Users/Test User/.aerokube/selenoid/geckodriver.exe",
"--host",
"::",
"--log",
"debug"
],
"port": "",
"path": "/"
}
}
}

It works when I change it too:

"firefox": {
    "default": "latest",
    "versions": {
        "latest": {
            "image": [
                "C:/Users/Test User/.aerokube/selenoid/geckodriver.exe",
                "--host=127.0.0.1",
                "--log",
                "debug"
            ],
            "port": "",
            "path": "/"
        }
    }
}
@vania-pooh
Copy link
Member

Hmm, do you have IPv6 adapter enabled?

@vania-pooh vania-pooh added this to the 1.4.1 milestone Mar 14, 2018
@vania-pooh vania-pooh added the bug label Mar 14, 2018
@gototester
Copy link
Author

checked my network adaptor setting and IPv6 is not enabled only IPv4.

@vania-pooh
Copy link
Member

Ok, will consider how to fix this. :: means listen on IPv6 adapter.

vania-pooh added a commit that referenced this issue Mar 25, 2018
Starting Geckodriver on IPv4 interface (fixes #48, fixes #141)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants