E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
WebDriver
Chrome自动升级了,找不到最新版本的
webdriver
怎么办?
Chrome自动升级了,找不到最新版本的
webdriver
怎么办?
热爱生活的五柒
·
2024-02-07 19:01
chrome
前端
请用 python+selenium 爬取 XXX 网站上的所有a链接的 href属性并访问,输出访问地址和状态码
:需要查看网页上所有的链接能否正常打开,状态值是否为200#请用python+selenium爬取XXX网站上的所有a链接的href属性并访问,输出访问地址和状态码fromseleniumimport
webdriver
fromselenium.
webdriver
.common.byimportByfromselenium.
webdriver
.support.uiimport
WebDriver
W
理想和远方_在路上
·
2024-02-07 19:01
python
selenium
python
selenium
Selenium自动化教程02:浏览器options配置及常用的操作方法
1.配置Chrome浏览器的选项#@Author:小红牛#微信公众号:WdPythonoptions=
webdriver
.ChromeOptions()#创建配置对象options.add_argument
我的Python教程
·
2024-02-07 19:26
我的Python教程
#
Selenium网页自动化
selenium
自动化
Python教程
python
webDriver
各版本对应
chromeDriverhttp://npm.taobao.org/mirrors/chromedriver/ChromeDriver-
WebDriver
forChrome-VersionSelectionCNPMBinariesMirrorhttp
liehen2046
·
2024-02-07 19:26
python
开发语言
Selenium使用
WebDriver
Manager以后,再也不用被浏览器driver与浏览器版本不匹配的问题折磨了!
相信做selenium自动化测试开发的同学会经常遇到类似的问题:警告:Thechromedriverversion(114.0.5735.90)detectedinPATHatD:\
webdriver
\
测试开发Kevin
·
2024-02-07 19:22
测试开发
自动化测试
Java
selenium
NodeJs使用selenium
const{AuditManager}=require('aws-sdk');const{By,Builder,Capabilities}=require('selenium-
webdriver
');functionsleep
helloworddm
·
2024-02-07 14:32
javascript
selenium
测试工具
Win + Appium + Android/IOS + Python环境搭建
IOS自动化测试:注意:
WebDriver
Agent最好下载appium的(而不是facebook下的):GitHub-appium/
WebDriver
Agent:A
WebDriver
serverforiOSthatrunsinsidetheSimulator.IOS
rs勿忘初心
·
2024-02-07 07:07
#
Python技术学习
Appium
Android
Windows
Python
环境搭建
Appium+Python 环境搭建 (Win)(一)
sdk+eclipse+python)→(node.js+Appium)→真机/模拟器Appium架构AppiumAppium是由nodejs的express框架写的HttpServer,Appium使用
WebDriver
云层_
·
2024-02-07 05:32
解决PyInstaller打包selenium脚本时弹出driver终端窗口
找到service.pyC:\Users\XXX\AppData\Roaming\Python\Python39\site-packages\selenium\
webdriver
\common\service.py
feifeidata
·
2024-02-07 00:09
selenium
python
测试工具
Selenium找界面元素
fromseleniumimport
webdriver
#创建
WebDriver
对象,指明使用chrome浏览器驱动driver=
webdriver
.Chrome(r'你自己的本地路径')#调用
WebDriver
Kingairy
·
2024-02-06 15:51
测试框架
Python
selenium
测试工具
手机上的app的抓包
fromappiumimport
webdriver
importtime#以下为启动session时的desiredcapabilities的设置desired_caps={}desired_caps[‘
weixin_44274975
·
2024-02-05 17:34
python
手机上的app的抓包
appium抓包总结
Appium是一个开源的,适用于原生或混合移动应用(hybridmobileapps)的自动化测试工具,Appium应用
WebDriver
:JSONwireprotocol驱
-00
·
2024-02-05 17:59
appium
Selenium控制浏览器打开网页标签
fromseleniumimport
webdriver
importtimedefcontrol_browser():browser=
webdriver
.Chrome()browser.get("https
White_Li
·
2024-02-05 10:01
python爬虫抓取新闻并且植入自己的mysql远程数据库内
:utf-8-*-fromxml.etreeimportElementTreeasETimportdatetimeimportrandomimportpymysqlfromseleniumimport
webdriver
fromlxmlimportetreef
yrldjsbk
·
2024-02-05 09:37
站内爬虫
数据库
python
爬虫
selenium之鼠标动作链
定位除了使用xpath,css选择器定位外,还可以使用鼠标动作链来进行定位;导入模块:fromselenium.
webdriver
importActionChains鼠标移动事件:ActionChains
weixin_41812355
·
2024-02-05 08:03
web自动化
selenium
Selenium4自动化测试框架
登录网站
WebDriver
driver=newChr
心软小念
·
2024-02-05 01:48
软件测试
技术分享
软件测试
自动化测试
UI自动化中元素无法定位问题解决方法
元素无法定位问题解决方法1、display屏蔽元素2、iframe内元素无法定位3、根据部分元素属性定位4、页面跳转到新的标签页,或者弹出的警告框等6、使用
WebDriver
调用JavaScript代码代替无法实现的功能
山河不见老
·
2024-02-05 01:18
ui
自动化
运维
消除Chrome浏览器中--ignore-certificate-errors提示
importjava.util.Arrays;importorg.openqa.selenium.
WebDriver
;importorg.openqa.selenium.chrome.ChromeDriver
wsfw014
·
2024-02-04 18:46
Selenium
WebDriver
表格定位-----遍历表格的全部单元格
importorg.openqa.selenium.By;importorg.openqa.selenium.
WebDriver
;importorg.openqa.selenium.WebElement
wsfw014
·
2024-02-04 18:16
Selenium
python+appium:程序能够调起,不能操作?!
今天在学习appium操作微信小程序时,需在微信首页向下滑动才能找到小程序入口,实现时发现能够调起微信,但是不能滑动,附上代码:fromappiumimport
webdriver
fromtimeimportsleepdesired_caps
7bc09acf6457
·
2024-02-04 16:31
python爬虫5
1.selenium交互无页面浏览器速度更快#配置好的自己不用管fromseleniumimport
webdriver
fromselenium.
webdriver
.chrome.optionsimportOptionschrome_options
pyniu
·
2024-02-04 08:32
爬虫
python
爬虫
开发语言
【自动化测试教程】Java+Selenium自动化测试环境搭建
Selenium1.0包含core、IDE、RC、grid四部分,selenium2.0则是在两位大牛偶遇相互沟通决定把面向对象结构化(OOPP)和便于编写代码的各自思想予以整合后形成的新工具,也就是我们所指的
WebDriver
秦玖
·
2024-02-04 00:10
java
selenium
开发语言
Selenium无法定位元素的几种解决方案(超详细整理)
视频学习:文末有免费的配套视频可观看关注公众号【互联网杂货铺】,回复1,免费获取软件测试全套资料,资料在手,涨薪更快1、frame/iframe表单嵌套
WebDriver
只能在一个页面上对元素识别与定位
测试1998
·
2024-02-03 22:02
开发语言
软件测试
自动化测试
测试工具
selenium
单元测试
职场和发展
python-selenium模拟登陆(滑动验证码)
拖动之前需要先将滚动条滚动到指定元素位置,但是需要注意目标网站对selenium的反爬,如window.navigator.
webdriver
识别;滑块移动速度识别等;带缺口(拼图)滑动验证码这一类验证码可以使用两种方式识别
ZBX_LOFM
·
2024-02-03 22:21
python
爬虫
python
爬虫
【测试运维】web自动化全知识点笔记第1篇:什么是Web自动化测试(已分享,附代码)
具体包含:
WebDriver
的基本操作,
WebDriver
的鼠标、键盘操作,下拉选择框、警告框、滚动条操作,frame表单切换、多窗口切换,掌握
WebDriver
屏幕截图方法。
程序员一诺
·
2024-02-03 21:38
python笔记
测试
前端
自动化
笔记
爬虫框架Scrapy之模拟登录淘宝
模拟登录淘宝Selenium+PhantomJSfromseleniumimport
webdriver
driver=
webdriver
.PhantomJS()driver.get(“https://login.taobao.com
whele
·
2024-02-03 18:33
复用浏览器报错Message: unknown error: cannot connect to chrome at 127.0.0.1:9222
进行浏览器复用的时候报错如下selenium.common.exceptions.
WebDriver
Exception:Message:unknownerror:cannotconnecttochromeat127.0.0.1
sophiasofia
·
2024-02-03 13:09
python
selenium
python
selenium
webdriver
下了,selenium库也安装了,不能用的原因
fromseleniumimport
webdriver
importtimepath='C:\\Users\\nsy\\AppData\\Local\\Google\\Chrome\\Application
pyniu
·
2024-02-03 13:22
bug
bug
JD酒店—selenium
#############第一种################fromseleniumimport
webdriver
importtime#打开浏览器driver=
webdriver
.Edge()#设置最大化
洁洁子
·
2024-02-03 07:12
详细解读appium怎样连接多台设备
2.获取需要操作app的包名和页面名称(前提该设备已经打开了app)3.设置初始配置信息fromappiumimport
webdriver
importthreading#设备一de
测试小贝
·
2024-02-03 05:34
appium
python
webdriver
测试框架数据驱动json文件驱动的方式
简介:数据驱动excel驱动方式,就是数据配置在excel里面,主程序调用的时候每次用从excel里取出的数据作为参数,进行操作,需要掌握的地方是对excel的操作,要灵活的找到目标数据测试数据.xlsx:路径-D:\test\0627ExcelUtil.py:#encoding=utf-8fromopenpyxlimportload_workbookclassParseExcel(object)
秦玖
·
2024-02-03 04:59
python
json
开发语言
淘宝购物车定时秒杀
需要的软件chromepython3.8chromedriver.exe安装selenium把chromedriver.exe放到chome启动程序的目录下fromseleniumimport
webdriver
importdatetimeimporttimefromosimportpathd
贪吃的猪-me
·
2024-02-03 03:15
python
python 爬虫
phantomJS,然后稍微配置了一下运行,发现
webdriver
已经放弃phantomJS了。在动态网页的解析上还是考we
Oppenheim
·
2024-02-03 03:43
Selenium自动化测试 —— 模拟鼠标键盘的操作事件
ActionChains类中鼠标操作常用方法:首先导入ActionChains类:fromselenium.
webdriver
.common.action_chainsimportActionChainscontext_click
.咖啡加剁椒.
·
2024-02-02 13:52
软件测试
selenium
计算机外设
测试工具
软件测试
自动化测试
功能测试
程序人生
macOS-appium2.x 安装全流程(ios/android--python)
(ios)前提三.appium安装四.配置
webdriver
agent(连接ios真机设备)五.连接iOS设备六.开启(ios)自动化脚本调试有关设备信息的常用命令如下:七.完整的启动应用代码(ios真机
may_一一
·
2024-02-02 08:59
macos
appium
ios
Selenium处理Alert弹窗
alert弹窗,Selenium提供如下方法:序号方法/属性描述1accept()接受2dismiss()取消3text获取显示的文本4send_keys()输入内容对应处理方式:alert(警告信息):
WebDriver
.switch_to.alert.accept
qq_492448446
·
2024-02-01 15:57
Web自动化
selenium
python+selenium+unittest实现自动登录
fromseleniumimport
webdriver
importunittestimporttimeclassHomePageLogin(unittest.TestCase):defsetUp(self
xiaoxiaozhang11
·
2024-02-01 11:07
selenium
xpath
unittest
Python+Selenium+Unittest 之selenium13--
WebDriver
操作方法3-鼠标操作2
这篇说下ActionChains里常用的几种鼠标操作的方法。ActionChains常用的鼠标操作方法click()鼠标左键单击double_click()鼠标左键双击context_click()鼠标右键单击move_to_element()鼠标移动到某个元素上(鼠标悬浮操作)click_and_hold()点击鼠标左键,不松开drag_and_drop()拖拽到某个元素然后松开drag_and
刘阿童木
·
2024-02-01 11:06
web自动化
python
selenium
Python+Selenium+Unittest 之selenium14--
WebDriver
操作方法4-键盘操作
在自动化中除了能模拟鼠标的操作外,也需要模拟键盘的操作,比如复制、粘贴、删除等等,这时候就可以用selenium的Keys库,可以看到截图中里的都是Keys的方法,下面说下常用的几个操作方法。常用的键盘操作方法键盘方法对应的键盘上的按键Keys.ENTER回车键Keys.TABTab键Keys.SHIFTShift键Keys.CONTROLCtrl键Keys.ALTAlt键Keys.SPACE空格
刘阿童木
·
2024-02-01 11:06
python
selenium
Python+Selenium+unittest demo
代码如下:#coding=utf-8importtimeimportunittestfromseleniumimport
webdriver
classBaiduSearch(unittest.TestCase
·
2024-02-01 11:35
Python
软件测试
python
自动化
实用Python定时点击Chrome网页按钮
#condacreate-npython39python=3.9#导入selenium和time库from
webdriver
_manager.chromeimportChromeDriverManager
eatcosmos
·
2024-02-01 10:18
开发环境
未分类
python
chrome
开发语言
爬虫学习笔记-handless的使用
1.封装handless函数#定义函数defshare_browser():#导包fromseleniumimport
webdriver
fromselenium.
webdriver
.chrome.optionsimportOptionschrome_options
DevCodeMemo
·
2024-01-31 10:13
爬虫
学习
笔记
Python爬虫学习之selenium库
selenium库的基本使用二、selenium元素定位三、selenium元素信息四、selenium交互一、selenium库的基本使用#(1)导入seleniumfromseleniumimport
webdriver
蜀道之南718
·
2024-01-31 10:42
python
爬虫
学习
爬虫学习笔记-selenium交互
1.导包fromseleniumimport
webdriver
importtimefromselenium.
webdriver
.common.byimportBy2.打开浏览器访问百度页面,睡眠2秒url
DevCodeMemo
·
2024-01-31 10:10
python
开发语言
如何隐藏Selenium特征实现自动化网页采集
以下是三种常见的隐藏Selenium特征的方法:1、修改navigator.
webdriver
标志:navigato
咖啡加 剁椒
·
2024-01-31 06:11
软件测试
selenium
自动化
测试工具
软件测试
功能测试
自动化测试
程序人生
Python自动化
目录一.自动化环境的搭建二.使用selenium三.元素定位四.元素等待五.操控元素六.Selenium
WebDriver
的属性七.Selenium屏幕截图八.Selenium定位frame和iframe
小帅没烦恼~
·
2024-01-30 17:44
python
python
[python+selenium]自动下载与当前浏览器驱动版本匹配的
webdriver
python使用selenium自动化操作浏览器,隔一段时间Chrome自动升级,或者换一台电脑,相同的脚本又不能运行了。出现错误如下错误:“selenium.common.exceptions.SessionNotCreatedException:Message:sessionnotcreated:ThisversionofChromeDriveronlysupportsChromeversio
qq_492448446
·
2024-01-30 14:48
Python
自动化测试
python
selenium
开发语言
用python脚本完成chromedriver的版本自动升级
很多时候chrome浏览器会自动升级,chromedriver的版本号与chrome浏览器版本不匹配时在运行程序时就会报错用下面的脚本可以自动安装chromedriver的最新版本到指定路径from
webdriver
_manager.utilsimportget_browser_version_from_osfrom
webdriver
_manager.chromeimportChromeDrive
chengsj5
·
2024-01-30 14:17
Python
自动化测试
python
python脚本实现浏览器驱动chromedriver的版本自动升级
chromedriver的版本号与chrome浏览器版本不匹配时在运行程序时就会报错用下面的脚本可以自动安装chromedriver的最新版本到指定路径from
webdriver
_manager.utilsimportget_browser_version_from_osfrom
webdriver
_manager.chromeimportChromeDriverManagerimportreque
qq_492448446
·
2024-01-30 14:16
自动化测试
Python
python
开发语言
如何隐藏Selenium特征实现自动化网页采集
以下是三种常见的隐藏Selenium特征的方法:1、修改navigator.
webdriver
标志:navigato
.咖啡加剁椒.
·
2024-01-30 09:13
软件测试
selenium
自动化
测试工具
软件测试
自动化测试
功能测试
程序人生
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他