localhost上的站点无法通过Selenium Webdriver(Python)打开

时间:2017-06-26 21:45:23

标签: python selenium-webdriver

如果我手动转到localhost上的站点。 此代码有效:

driver.get("https://www.example.com/")

此代码不起作用:

driver.get("http://localhost/example.com")

可能是什么问题?

0 个答案:

没有答案
相关问题