当前位置:网站首页>selenium将元素保存为图片
selenium将元素保存为图片
2022-06-26 15:16:00 【nongcunqq】
driver = webdriver.Chrome( executable_path=CHROME_DRIVER_PATH)
def login():
driver.get(url_index)
wait = WebDriverWait(driver, 60)
wait.until(EC.visibility_of_element_located((By.XPATH, '//*[@id="Form1"]/div[3]/table/tbody/tr[3]/td[1]/img')))
captcha_elm = driver.find_element(by=By.XPATH, value='//*[@id="Form1"]/div[3]/table/tbody/tr[3]/td[1]/img')
png_path = '1.png'
with open(png_path, 'wb') as file:
file.write(captcha_elm.screenshot_as_png)
参考
https://stackoverflow.com/questions/17361742/download-image-with-selenium-python
边栏推荐
- Unity UnityWebRequest 下载封装
- RestCloud ETL与Kettle对比分析
- Applicable and inapplicable scenarios of mongodb series
- [CEPH] cephfs internal implementation (IV): how is MDS started-- Undigested
- [tcapulusdb knowledge base] tcapulusdb doc acceptance - create business introduction
- Restcloud ETL extracting dynamic library table data
- 【TcaplusDB知识库】TcaplusDB系统用户组介绍
- 【SNMP】snmp trap 介绍、安装、命令|Trap的发送与接收代码实现
- 面试高频 | 你追我赶的Flink双流join
- Redis cluster re fragmentation and ask command
猜你喜欢
[CEPH] cephfs internal implementation (IV): how is MDS started-- Undigested
IDEA本地代理后,无法下载插件
Utilisation d'abortcontroller
【ceph】CEPHFS 内部实现(一):概念篇--未消化
[tcapulusdb knowledge base] tcapulusdb OMS business personnel permission introduction
Database - integrity constraints
2Gcsv文件打不开怎么处理,使用byzer工具
Inaccurate data accuracy in ETL process
1. accounting basis -- several major elements of accounting (general accounting theory, accounting subjects and accounts)
【TcaplusDB知识库】TcaplusDB数据构造介绍
随机推荐
买股票通过券商经理的开户二维码开户资金是否安全?想开户炒股
JS handwritten bind, apply, call
vue中缓存页面 keepAlive使用
[C language practice - printing hollow upper triangle and its deformation]
【ceph】CephFS 内部实现(三):快照
Unity C# 网络学习(八)——WWW
Mongodb series window environment deployment configuration
Unable to download Plug-in after idea local agent
小程序:uniapp解决 vendor.js 体积过大的问题
Summer camp is coming!!! Chongchongchong
夏令营来啦!!!冲冲冲
2Gcsv文件打不开怎么处理,使用byzer工具
Is it safe to open a new bond registration account? Is there any risk?
Compile configuration in file
通过券商经理的开户链接开股票账户安全吗?还是去证券公司开户安全?
JS之简易deepCopy(简介递归)
安全Json协议
在重新格式化时不要删除自定义换行符(Don‘t remove custom line breaks on reformat)
How to load the contour CAD drawing of the engineering coordinate system obtained by the designer into the new earth
RestCloud ETL解决shell脚本参数化