We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello
when i connect to the container with webdriver.remote i get this error.
selenium.common.exceptions.WebDriverException: Message: Reached error page: about:neterror?e=dnsNotFound&u=https%3A//www.youtube.com/&c=UTF-8&d=We%20can%E2%80%99t%20connect%20to%20the%20server%20at%20www.youtube.com
Here is my code.
options = Options() options.add_argument("--headless") driver = webdriver.Remote(command_executor="172.18.0.1:4444", options=options) driver.get("https://www.youtube.com")
And to run the container i used docker run -d -p 4444:4444 instrumentisto/geckodriver
docker run -d -p 4444:4444 instrumentisto/geckodriver
As the command_executor i used 172.18.0.1:4444 because im running it on a wsl and 172.18.0.1 is my local adress that docker uses.
thanks in advance for the help 😃
The text was updated successfully, but these errors were encountered:
cc @quite4work
Sorry, something went wrong.
quite4work
No branches or pull requests
Hello
when i connect to the container with webdriver.remote i get this error.
selenium.common.exceptions.WebDriverException: Message: Reached error page: about:neterror?e=dnsNotFound&u=https%3A//www.youtube.com/&c=UTF-8&d=We%20can%E2%80%99t%20connect%20to%20the%20server%20at%20www.youtube.com
Here is my code.
And to run the container i used
docker run -d -p 4444:4444 instrumentisto/geckodriver
As the command_executor i used 172.18.0.1:4444 because im running it on a wsl and 172.18.0.1 is my local adress that docker uses.
thanks in advance for the help 😃
The text was updated successfully, but these errors were encountered: