Loading... # python版本 这里我用的python版本是anaconda创建的3.10版本 先去网上找对应的google浏览器geckodriver.exe的版本,放到同级目录 ## 代码 ```python from selenium import webdriver from selenium.webdriver.chrome.service import Service chrome_driver = "./geckodriver.exe" s = Service(executable_path=chrome_driver) driver = webdriver.Firefox(service=s) ``` 启动失败注意,python版本和驱动版本还有selenium是最新的版本,就这三种问题 最后修改:2024 年 03 月 19 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 如果觉得我的文章对你有用,请随意赞赏