Answer the question
In order to leave comments, you need to log in
Website not opening on localhost via Selenium Webdriver?
Python code, browser - firefox. The site on localhost manually opens.
This code works:
This one doesn't:
What could be the problem? driver.get("https://www.site.com/")
driver.get("http://localhost/site.com")
Answer the question
In order to leave comments, you need to log in
try specifying the port explicitly
like:
localhost:8081/site.comOr what is it on?
localhost:8081?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question