【发布时间】:2021-03-24 22:56:54
【问题描述】:
您好,我尝试在 Selenium 的 python 中使用 FireFox geckodriver,就像这样:
driver = webdriver.firefox()
siteAddress='https://stackoverflow.com'
driver.get(siteAddress)
但我得到这个错误:
'module' object is not callable
我的 WebDriver 也在 My Py App 附近:
【问题讨论】:
标签: python python-3.x selenium web-scraping geckodriver