1 Star 0 Fork 1

luck2755 / gather

forked from yueyun / gather 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
aa.py 416 Bytes
一键复制 编辑 原始数据 按行查看 历史
luck2755 提交于 2021-12-23 20:01 . Default Changelist
"""
pip3 install webdrivermanager
pip3 install selenium
"""
from selenium import webdriver
from webdrivermanager.chrome import ChromeDriverManager
options = webdriver.ChromeOptions()
options.add_experimental_option("debuggerAddress", "127.0.0.1:9222")
driver = webdriver.Chrome(ChromeDriverManager().in,options=options)
driver.get("http://www.baidu.com")
#driver.find_element_by_xpath("")
#driver.quit()
Python
1
https://gitee.com/luck2755/gather.git
git@gitee.com:luck2755/gather.git
luck2755
gather
gather
master

搜索帮助