[python] 2024-10-03 圈点415
摘要:python用selenium操作firefox浏览器示例
python用selenium操作firefox浏览器示例
示例:
from selenium import webdriver driver = webdriver.Firefox(executable_path = 'D:\\apth\\geckodriver.exe') driver.get("http://www.xoxxoo.com") driver.quit()
感谢反馈,已提交成功,审核后即会显示
上一篇[python]requests设置代LI示例
下一篇[python]python用request遍历下载文章中所有图片