标签: python selenium-webdriver
如果我手动转到localhost上的站点。 此代码有效:
driver.get("https://www.example.com/")
此代码不起作用:
driver.get("http://localhost/example.com")
可能是什么问题?