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
python
webdriver
之find_element(python3.10版本下的变化)
最近在用python练习,3.10版本下的python使用
webdriver
时,在百度各论坛或CSDN里,查到的获取元素方法都是find_element_by_XX,比如driver.get("https
zhangbin_237
·
2023-07-30 13:27
python
开发语言
selenium
Appium+python自动化(三十三)- 本地调试测试代码,远程控制测试环境-Remote(超详解)
简介在前边所有涉及启动app的时候有这样一行代码driver=
webdriver
.Remote('http://127.0.0.1:4723/wd/hub',desired_caps),很多小伙伴们和同学们不知道这个
潇潇说测试
·
2023-07-29 20:27
自动化测试
软件测试
技术分享
appium
python
自动化
软件测试
程序人生
爬虫登陆带有图形验证码的网站
此篇文件讲解如何登陆带有图形验证码的网站并爬取数据原理:1.利用
webdriver
驱动打开登陆页面2.肉眼识别图形验证码3.爬虫登陆网站并且开始抓取数据4.抓取数据的原理也是利用
webdriver
打开页面
故事的开头是个码农
·
2023-07-29 18:22
自动化测试——环境
一、搭建环境1、安装Sleniumpipinstallselenium2、安装浏览器驱动-》查询浏览器版本-》下载对应版本驱动-》在path路径中配置(浏览器更新需要重新下载)pipinstall
webdriver
-helper
Serendipity_筱楠
·
2023-07-29 14:30
python
测试工具
2018-08-19自动化selenium3
1.元素等待1.sleep()-固定等待2.隐式等待dr.implicitly_wait()3.显示等待element=
WebDriver
Wait(a,b).until(lambdadr:xxxx)5.
ccy_d814
·
2023-07-29 12:21
selenium(
webdriver
)绑定浏览器-通过标题判断-切换标签页(切换句柄)
打开新页面代码js="window.open('{}','_blank');"#打开新标签页,打开百度driver.execute_script(js.format('https://www.baidu.com'))如果运行上面的代码没反应请检查浏览器右上角是否存在此提示点击始终允许显示弹出式窗口即可切换标签页-可复制代码片段如下#js="window.open('{}','_blank');"#
STR_Liang
·
2023-07-29 06:27
selenium
Python
数学建模
python
selenium
chrome
测试工具
selenium for jd
fromseleniumimport
webdriver
fromselenium.
webdriver
.support.waitimport
WebDriver
Waitfromselenium.
webdriver
.supportimportexpected_conditionsasECfromselenium.
webdriver
.common.byimportByimportselenium.commo
是东东
·
2023-07-29 05:56
Python 打印网页为图片(基于edge)
首先,如果你还没有安装Edge
WebDriver
,可以前往此处下载:https://developer.microsoft.com/en-us/microsoft-edge/tools/
webdriver
水淹萌龙
·
2023-07-29 00:25
python
python
开发语言
selenium 处理时间日期控件 解决查询后失效问题
如果你是通过js来清空readonly属性,向下面这样代码:#-*-coding:utf-8-*-importtimefromseleniumimport
webdriver
driver=
webdriver
.Chrome
657455400
·
2023-07-28 19:48
selenium定位元素的方法
下面我们利用百度网站来进行元素定位的操作fromseleniumimport
webdriver
browser=
webdriver
.Chrome()u
不会踢球的18号
·
2023-07-28 11:52
selenium
第一个自动化脚本
第一个自动化脚本,完全理解了,参照虫师的电子书《selenium2自动化测试实战基于python语言》#coding:utf-8fromseleniumimport
webdriver
importtimedr
eosclover
·
2023-07-28 08:00
python用selenium模拟谷歌浏览器点页面
tabtype=weibo&gid=102803&openLoginLayer=0&url=https%3A%2F%2Fweibo.com%2F3、查看谷歌版本4、并去下面下载对应版本的
webdriver
wxs55555
·
2023-07-28 06:39
python
python
selenium
开发语言
2021-04-17
fromselenium.
webdriver
importChromeimporttimefromselenium.
webdriver
.common.keysimportKeysweb=Chrome()#
fa1fb4968d57
·
2023-07-28 04:06
selenium hub/node配置以及
webdriver
.io集成selenium
seleniumGrid使用Hub和Node模式,一台计算机作为Hub(管理中心)管理其他多个Node(节点)计算机。Hub负责将测试用例分发给多台Node计算机执行,并收集多台Node计算机执行结果的报告,汇总后提交一份总的测试报告。selenium文档:https://www.selenium.dev/documentation/zh-cn/grid/grid_3/setting_up_you
五岁努力学习
·
2023-07-28 01:17
selenium.common.exceptions.
WebDriver
Exception: Message: ‘chromedriver‘ executable needs to be inPATh
参考:解决:selenium.common.exceptions.
WebDriver
Exception:Message:'chromedriver'execu_王大阳的博客-CSDN博客q驱动下载地址:
ewwerpm
·
2023-07-27 20:56
html
python
selenium
测试工具
修改gerapy_selenium 添加虚拟显示浏览器
importtimefromscrapy.httpimportHtmlResponsefromscrapy.utils.pythonimportglobal_object_namefromselenium.common.exceptionsimportTimeoutExceptionfromselenium.
webdriver
.common.byimportByfromselenium.webdr
pillowss
·
2023-07-27 17:02
Scrapy
selenium
selenium
python
测试工具
selenium学习笔记
目录1.whatisselenium:2.componentsofselenium3.selenium
WebDriver
4.element5.locateelement6.beautifulsoup1.
自动化测试工程师
·
2023-07-27 15:27
selenium
学习
测试工具
selenium 学习网站
分享一些学习selenium的网站:文档SeleniumPythonBindingsSeleniumDocumentation
WebDriver
LivingDocument网站axatrikxtechbeamershttp
huilan_same
·
2023-07-27 15:56
Selenium
Python
Selenium自动化测试详解
python
selenium
学习网站
文档
博客
实战2:使用selenium爬取淘宝数据,保存在mongodb
爬取淘宝数据,保存在mongodb配置文件MONGO_URL='localhost'MONGO_DB='taobao'MONGO_TABLE='yintiao'爬虫文件fromseleniumimport
webdriver
fromselenium.common.exceptionsimportTimeoutExceptionfromselenium.
webdriver
谢谢_d802
·
2023-07-27 05:58
推荐一款阿里最新 Python 自动化开源工具!
如果之前做过iOS自动化的同学相信都知道,一直以来,iOS自动化的实现&执行都必须依赖Mac系统,其主要原因是因为需要通过xcodebuild编译&安装WDA(
WebDriver
Agent)到iOS设备中
测试开发技术
·
2023-07-27 00:26
selenium 启动常用浏览器驱动方式
resources/drivers/chromedriver-win32.exe");//设置系统属性,setProperty()中两个参数分别是驱动名和file绝对路径System.setProperty("
webdriver
.chrome.driver
测试小婉
·
2023-07-26 20:18
selenium自动化测试
selenium
测试工具
自动化测试
软件测试
接口测试
职场
selenium浏览器驱动配置
Chrome浏览器驱动配置点击下载chrome的
webdriver
:http://chromedriver.storage.googleapis.com/index.html或者http://npm.taobao.org
Villagers
·
2023-07-26 15:08
Windows平台实现 iOS 压测自动化
一、简介tidevice(类似安卓adb命令),用来做iOS自动化的工具,不用必须使用Mac挂着xcode,用Windows也可以启动苹果上的
WebDriver
Agent了。
李菜菜同学
·
2023-07-26 11:55
python 自动化测试结构
testcase-test_baidu.py-test_api.py-conftest.py|utils-yaml.util.pymain.pupytest.ini1,base基础层base文件夹base_page.pyfromseleniumimport
webdriver
Rowrey
·
2023-07-26 01:43
python
开发语言
前端
【无标题】python和Java 企业微信群发消息
python企业微信群发消息GitHub-LinuxSuRen/phoenix.webui.framework:基于
WebDriver
的WebUI自动化测试框架#!
Aimin2022
·
2023-07-26 00:26
python
Selenium IDE的安装以及使用
与Selenium
WebDriver
和RC不同,它不需要任何编程逻辑来编写其测试脚本,而只需记录与浏览器的交互以创建测试用例。之后,可以使用播放选项重新运行测试用例。
qq_492448446
·
2023-07-26 00:01
自动化测试
selenium
【软件测试】
webdriver
常用API演示(Java+IDEA+chrome浏览器)
注意:不管用那种方式,必须保证页面上该属性的唯一性
webdriver
提供了一系列的对象定位方法,常用的有以下几种:id
whisper-h
·
2023-07-26 00:51
软件测试
java
intellij-idea
chrome
selenium
功能测试
Selenium Chrome
Webdriver
如何获取 Youtube 悬停文本
导语Youtube是一个非常流行的视频分享平台,有时候我们可能想要爬取一些视频的信息,比如标题、播放量、点赞数等。但是有些信息并不是直接显示在网页上的,而是需要我们将鼠标悬停在某个元素上才能看到,比如视频的时长、上传时间等。这些信息被称为悬停文本,它们是通过JavaScript动态生成的,所以我们不能用普通的HTML解析方法来获取它们。那么,我们该如何用爬虫来获取Youtube的悬停文本呢?本文将
亿牛云爬虫专家
·
2023-07-25 17:56
python
seleuium
爬虫代理
selenium
chrome
测试工具
python
爬虫代理
Python Selenium设计模式及代码实现
fromseleniumimport
webdriver
impor
测试小鬼
·
2023-07-25 17:26
selenium
设计模式
测试工具
python
自动化
经验分享
测试用例
Mac最快捷配置
webdriver
的方法
前言:传统的配置
webdriver
的方法,是先将浏览器的driver移动到环境变量中如下,然后就可以运用了。
我是小冰纸呀
·
2023-07-25 14:00
Python+Selenium4元素定位_web自动化(3)
5.1.1相对路径5.1.2轴5.2selenium4中的相对定位总结0.上节回顾浏览器的一般操作浏览器的高级操作:窗口切换启动参数:最大化、无头模式、设置代理,通过options参数进行传递withget_
webdriver
天草柑橘
·
2023-07-25 06:55
Web自动化框架
自动化
python
selenium
python自动化定位元素_python+selenium2自动化定位元素报错element click intercepted
一、通过执行js脚本触发点击事件页面元素结构如下图所示:通过如下方式获取该元素后直接点击会报错:selenium.common.exceptions.
WebDriver
Exception:Message
Malong Wu
·
2023-07-25 06:24
python自动化定位元素
python定位元素方法_python + selenium 练习篇 - 定位元素的方法
1.利用ID定位元素(能直接通过ID来定位的元素比较少)#coding=utf-8fromseleniumimport
webdriver
driver=
webdriver
.Chrome()driver.maximize_window
鸥恬老爹
·
2023-07-25 06:54
python定位元素方法
python中selenium等到元素可点击,元素未点击成功解决办法
fromseleniumimport
webdriver
fromselenium.
webdriver
importActionChai
qingtest85329140
·
2023-07-25 06:23
python
selenium
开发语言
自动化
selenium中使用location无法定位验证码
100%:win10缩放比例修改:桌面右键->显示设置->缩放与布局修改Image.crop参数,将参数元组的四个值都乘以缩放比例缩放比例为150%,每个值乘以1.5代码示例#打开谷歌浏览器browser=
webdriver
.Chrome
qq_37866023
·
2023-07-25 06:22
测试
selenium
定位
python
web自动化测试元素定位方法
–web自动化测试元素定位方法使用
WebDriver
时要学习的最基本技术之一是如何在页面上查找元素。
番茄牛腩不吃番茄
·
2023-07-25 06:47
selenium
python
selenium
定位
WEB自动化测试的理解
www.selenium.dev/适用于web浏览器测试的工具支持的浏览器包括:IEFirefoxsafarichromeedge等使用简单,可使用java,python等多种语言编写主要有三个工具构成:
Webdriver
IDEGridchromedriv
木土雨成小小测试员
·
2023-07-25 06:26
前端
经验分享
python
开发语言
如何用selenium或pyppeteer来链接并打开指纹浏览器AdsPower
做过自动化的朋友都熟悉,selenium自身没有浏览器的驱动,它需要浏览器的驱动支持,即
WebDriver
,而selen
写python的鑫哥
·
2023-07-25 02:20
爬虫实战进阶
selenium
python
pyppeteer
puppeteer
爬虫
有关framework的几点总结
近日项目中需要将FaceBook开源的
WebDriver
Agent测试框架移植到群控系统之中,在项目的实践过程中,对framework文件有了一些新的认识,记录分享一下。
秦砖
·
2023-07-24 16:59
Selenium/
webdriver
介绍以及工作原理
如果将
webdriver
比做成司机,竟然非常恰当。我们可以把
WebDriver
驱动浏览器类比成出租车司机开出租车。在开出租车时有三个角色:·乘客:他/她告诉出租车司机去哪里,大概怎么走。
荔枝味奶糖
·
2023-07-24 16:27
软件测试
python
开发语言
轻松答题:用Python编写网页自动答题脚本助你高分通过
这里是爱看美女的茜茜呐环境使用:Python3.8解释器Pycharm编辑器模块使用:第三方模块:importrequests—>数据请求模块pipinstallrequestsfromseleniumimport
webdriver
茜茜是帅哥
·
2023-07-24 13:53
python爬虫
python
开发语言
pycharm
GO 如何利用websocket与浏览器进行交互
前言:Selenium一直是UI自动化框架的中流砥柱而
webdriver
和对应版本的浏览器也一直是使用Selenium这个库所绕不过去的门槛本次文章中我们将通过一个示例演示一下如何使用http请求+ws
手速极快的点狗
·
2023-07-24 13:48
golang
websocket
chrome
从内存中释放Selenium chromedriver.exe
(browser=
webdriver
.Chrome())我相信它应该从内存中释放chromedriver.exe(我在Windows7上)。
conanl5566
·
2023-07-24 06:26
Python爬虫批量下载ACM论文
在proceeding主页下找到所有文章链接遍历每个链接,下载pdffromseleniumimport
webdriver
importtimeimporturllibfromselenium.
webdriver
Reyuwei
·
2023-07-24 05:38
Crosswalk App UI 自动化
目录前言:Crosswalk
WebDriver
实现CrosswalkappUI自动化实现前言:Crosswalk是一个基于Chromium的开源项目,它提供了一个跨平台的应用程序运行时环境,可以帮助开发人员在移动设备上构建高性能的
自由家
·
2023-07-23 21:50
自动化测试
软件测试
软件测试工具
ui
自动化
运维
服务器
cocoa
python
开发语言
python自动化库selenium的基础操作
selenium的基础操作1.无头模式的开启fromselenium.
webdriver
importChrome#导入模块fromselenium.
webdriver
.chrome.optionsimportOptions
Logic_luo648
·
2023-07-23 20:38
python爬虫
python
爬虫
selenium使用报错“selenium.common.exceptions.
WebDriver
Exception: Message: 'geckodriver' executable needs .
安装了python3,使用pip安装了selenium,但是在使用时,报了“selenium.common.exceptions.
WebDriver
Exception:Message:'geckodriver'executableneedstobeinPATH
weixin_30621959
·
2023-07-23 09:46
python
驱动版本ok,python中遇到“selenium.common.exceptions.
WebDriver
Exception: Message: ‘chromedriver‘ ”的解决方法
一、问题现象运行testDemo.py,报selenium.common.exceptions.
WebDriver
Exception:Message:‘chromedriver’executableneedstobeinPATH.Pleaseseehttps
信号a
·
2023-07-23 09:46
问题及解决方法
python
使用selenium时遇到的报错selenium.common.exceptions.
WebDriver
Exception: Message: Service xxxxstaus:1详解及解决方法详解
在开始之前,分享一下使用selenium常遇到的几个问题和报错:1.首先就是版本问题的报错:selenium.common.exceptions.NoSuchWindowException:Message:nosuchwindow:targetwindowalreadyclosed。遇到这种情况,就是chromedriver的版本和Chrome版本不对应造成的,解决方法是:首先要打开Chrome,
不喜欢穿格子衫的程序员
·
2023-07-23 09:15
反爬
selenium
chrome
python
selenium报错解决:selenium.common.exceptions.
WebDriver
Exception: Message(已解决)
今天使用selenium遇到报错:selenium.common.exceptions.
WebDriver
Exception:Message:Service.
不喜欢穿格子衫的程序员
·
2023-07-23 09:15
python
selenium
python
测试工具
上一页
29
30
31
32
33
34
35
36
下一页
按字母分类:
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
其他