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
selenium
webdriver
实战宝典 pdf_Selenium的等待方式
本文作者:王碧琪文字编辑:钱梦璇技术总编:张邯爬虫俱乐部将于2020年1月5日至11日在湖北武汉举行为期一周的Stata编程技术定制培训,此次采取初级班和高级班分批次培训。课程通过案例教学模式,旨在帮助大家在短期内掌握Stata软件编程、金融计量知识和实证分析方法,使大家熟悉Stata核心的爬虫技术,以及Stata与其他软件交互的高端技术。目前正在火热招生中~在使用Selenium做测试时,有时候
weixin_39706441
·
2023-10-07 13:30
selenium
webdriver实战宝典
pdf
selenium
表单提交结果
《selenium2 python 自动化测试实战》(14)——下载文件
cookie肯定是要和对应的网站完全一致的,注意,是包括大小写哦,本来我也是不知道,我用这个方法登录自己公司的网站,fiddler抓包和代码如下:#coding:utf-8fromseleniumimport
webdriver
fromtimeimportsleepdriver
weixin_30443075
·
2023-10-07 13:29
python
测试
selenium 后台运行设置handless模式
selenium后台运行设置handless模式测试脚本调试完毕之后,部署到服务器运行,此时,需要将selenium的执行方式,切换为后台运行,也就是无界面运行chrome_option=
webdriver
.ChromeOptions
Richard.sysout
·
2023-10-07 09:39
SoftwareTest
selenium
python
软件测试
Chrome handless
fromseleniumimport
webdriver
fromselenium.
webdriver
.chrome.optionsimportOptionsdefshare_browser():chrome_options
·惊鸿
·
2023-10-07 09:37
#
爬虫
python
Selenium Python 谷歌驱动报错:‘chromedriver‘ executable needs to be in PATH
fromseleniumimport
webdriver
driver=
webdriver
.Chrome()执行到一步骤报错了错误selenium.common.exceptions.
WebDriver
Exception
lewis_zhou
·
2023-10-07 09:07
python
selenium
chrome
树莓派4B安装Pyppeteer
JavaScript):fromseleniumimport
webdriver
importtimestart=time.time()url="https://www.baidu.com
yayaleII
·
2023-10-07 08:59
ubuntu
python
[自动化测试]树莓派4B安装pyppeteer
树莓派4B是arm架构,现在chrome浏览版本的
webdriver
不支持。根据网上教程,安装firefox,尝试了多次安装arm下的
webdriver
仍然没有成功。
stromlord
·
2023-10-07 08:58
python
开发语言
破译滑块验证间距 破译sf顺丰滑块验证
fromseleniumimport
webdriver
#导入配置fromselenium.
webdriver
.chrome.optionsimportOptionsimporttimefromPILimportImage
白叔King
·
2023-10-06 23:47
python
脚本运行时出现io.appium.uiautomator2.common.exceptions.StaleElementReferenceException: The element 'By.c...
kyb_register.py",line9,inimages[5].click()File"D:\ProgramFiles(x86)\Python\lib\site-packages\selenium\
webdriver
绿萝花香
·
2023-10-06 20:21
selenium三种等待的区别
1.线程等待见名知意,就是使线程进入等待,不推荐使用线程等待,容易让线程挂掉2.隐式等待为
webdriver
创建一个等待时间,当
webdriver
未定位到元素时,
webdriver
会等待规定时间,
webdriver
Rooky1993
·
2023-10-06 16:30
python+selenium 滑动验证码登录之B站
/usr/bin/envpython#-*-coding:utf-8-*-#@Time:2020/3/1211:39fromseleniumimport
webdriver
fromselenium.
webdriver
.support.waitimport
WebDriver
Waitfromselenium.
webdriver
.supportimportexpected_conditions
洛可可11
·
2023-10-06 15:05
【软件测试】自动化测试selenium(二)
文章目录三.掌握Selenium常用的API使用1.
webdriver
API2.操作测试对象3.添加等待4.打印信息5.浏览器的操作6.键盘事件7.鼠标事件8.定位一组元素9.多层框架/窗口定位10.下拉框处理
xxxflower.
·
2023-10-06 05:55
软件测试
selenium
测试工具
python selenium报错:AttributeError: module 'selenium.
webdriver
' has no attribute 'Chrome'
看了看pycharm里面file>setting>projectinterpreter的selenium插件,有引入,但是引入包不完成,重装了一遍,无效。发现其他文件夹里面的py文件运行ok,只有一个文件夹里面的运行报错所以逐个检查新增的py文件名,发现有operator.py文件与selenium里的函数名重合,所以冲突报错。所以,这个报错除了引用selenium的问题以外,也有可能是冲突引起的
眠九
·
2023-10-06 05:45
Python中Selenium的基本使用
二、使用步骤1.引入库2.下载浏览器驱动3.配置浏览器驱动4.创建
WebDriver
对象4.1.options4.2.service4.3.desired_capabilities4.4.executable_path5
落慯
·
2023-10-05 04:10
python爬虫
selenium
python
Python+Pycharm+Selenium+
WebDriver
自动化环境搭建
Python+Pycharm+Selenium+
WebDriver
自动化环境搭建记录下如何搭建自动化测试环境,每次搭建环境都很繁琐,记录下来以后忘记备用首先前往Python官网下载python解释器官网地址
远客行
·
2023-10-05 03:34
selenium
python
chrome
python 与 selenium
就有如下图:点击file-Settings点击Projectinterpreter点击加号输入selenium点击installPackage,包名变成蓝色下载完成导入包fromseleniumimport
webdriver
繁华king
·
2023-10-05 03:04
自动化小白初学selenium
python 谷歌驱动对应版本错误_解决Chrome与chromedriver版本不一致的问题
Traceback(mostrecentcalllast):File"",line1,inFile"D:\python3.7.3-install-path\lib\site-packages\selenium\
webdriver
医药魔方
·
2023-10-05 03:03
python
谷歌驱动对应版本错误
python3.8 +selenium 4.8.0 完成自动登陆
2022/9/2221:26#@Author:ck#@File:login.py#@Software:PyCharm#selenium4.8.0版本#python3.8fromseleniumimport
webdriver
fromselenium.
webdriver
.chrome.optionsimportOptionsfromselenium
sort浅忆
·
2023-10-05 03:33
python
python
【Twitter爬虫】Twitter网络爬虫
下面将介绍一种绕过TwitterAPI爬取推文的方式Selenium
Webdriver
框架首先介绍一下Selenium
Webdriver
,这是一款web自动化测试框架,可以利用它在web浏览器上模拟。
谢谢小杨
·
2023-10-05 02:43
twitter
爬虫
python
Selenium定位元素失败的九种解决方案
一、frame/iframe表单嵌套
WebDriver
只能在一个页面上对元素识别与定位,对于frame/iframe表单内嵌的页面元素无法直接定位。
神码都是浮云~
·
2023-10-04 19:42
16-自动化测试——selenium介绍
2)
WebDriver
浏览器驱动需要下载
X-musk
·
2023-10-04 14:05
测试
selenium
selenium查找网页如何处理网站资源一直加载非常卡或者失败的情况
通常可以采用下面的方式一来处理这种情况方式一、
WebDriver
Wait这种方式对于资源比较多比较复杂的网页比较合适,比如有些图片在国外,一直加载不出来。
虚坏叔叔
·
2023-10-04 14:44
selenium
测试工具
十二、Selenium获取验证码图片
截图方法:save_screenShot("")位置裁切:crop(left,top,right,bottom)importtimefromPILimportImagefromseleniumimport
webdriver
driver
叫我松鼠哥哥
·
2023-10-04 03:36
用python写一个自动化登录界面
在命令行中运行以下命令来安装:pipinstallselenium接下来,编写以下Python代码以实现自动化登录界面:fromseleniumimport
webdriver
***mon.keysimportKeysimporttime
schedulecc
·
2023-10-04 02:26
学习
python
自动化
firefox
软件测试教程 自动化测试selenium篇(二)
掌握Selenium常用的API的使用一、
webdriver
APIpublicclassMain{publicstaticvoidmain(String[]args){ChromeOptionsoptions
敖云岚
·
2023-10-03 22:59
软件测试
selenium
测试工具
爬虫项目(八):自动获取CSDN博客文章质量评分
、书籍推荐二、单篇查询三、多篇文章查询一、书籍推荐推荐本人书籍《Python网络爬虫入门到实战》,详细介绍见:《Python网络爬虫入门到实战》书籍介绍二、单篇查询fromseleniumimport
webdriver
fromselenium.
webdriver
.common.byimportBy
川川菜鸟
·
2023-10-03 18:34
爬虫
Python利用Selenium实现自动化验证登录
Python里面使用Selenium是一个很重要的自动化测试模块,我们可以用它写一个验证登录脚本,有了这个可以用来保存cookie信息等,下面是一个简单的demo:fromseleniumimport
webdriver
fromselenium.
webdriver
.common.byimportBy
幻影123!
·
2023-10-03 18:33
自动化
python
selenium
自动化
自动化测试工具用于爬虫
selenium如何监听、篡改网络请求https://www.selenium.dev/documentation/
webdriver
/bidirectional/bidi_api/#network-interceptionfirefox
摇摆苏丹
·
2023-10-03 11:13
如何使用jenkins、ant、selenium、testng搭建自动化测试框架
如果在你的理解中自动化测试就是在eclipse里面讲
webdriver
的包引入,然后写一些测试脚本,这就是你所说的自动化测试,其实这个还不能算是真正的自动化测试,你见过每次需要运行的时候还需要打开eclipse
测试涛叔
·
2023-10-02 23:06
自动化测试
软件测试
jenkins
selenium
运维
2020-04-08
iOSAppium自动化测试框架原理简析原文链接:https://easeapi.com/blog/blog/103-appium.htmlAppium是目前比较好用的跨平台自动化测试框架,在iOS端采用
WebDriver
Agent
小何才鲁尖尖角
·
2023-10-02 20:49
selenium.common.exceptions.
WebDriver
Exception: Message: An unknown server-side error occurred whi...
selenium.common.exceptions.
WebDriver
Exception:Message:Anunknownserver-sideerroroccurredwhileprocessingthecommand.Originalerror
旭娃
·
2023-10-02 13:26
selenium之action_chains模块(鼠标操作)
action_chains模块主要是通过ActionChains类模拟鼠标操作,单击、双击、右击、移动、拖拽等动作常用的方法:fromseleniumimport
webdriver
fromselenium.
webdriver
.common.action_chainsimportActionChainsimporttimedriver
_xiao_gu
·
2023-10-02 08:06
selenium常用操作
常用元素定位fromseleniumimport
webdriver
fromselenium.
webdriver
.common.byimportByfromselenium.
webdriver
.chrome.serviceimportServices
达文西先生
·
2023-10-02 08:05
selenium
python
chrome
selenium解决HTML5不能drag and drop
https://gist.github.com/florentbr/60ef7cb8d9b1ae690cafc82aad52da73fromseleniumimport
webdriver
importtime
奋斗的烧饵块
·
2023-10-02 08:35
selenium
html5
javascript
selenium拖拽元素失败
比如:我们一般实现拖拽的时候会使用:ActionChains(
webdriver
).drag_and_drop_by_offset(button,x_location,y_location).perform
honeyCR
·
2023-10-02 08:04
自动化测试
2021-12-18【selenium测试用例编写】
importorg.junit.jupiter.api.BeforeAll;importorg.junit.jupiter.api.Test;importorg.openqa.selenium.By;importorg.openqa.selenium.
WebDriver
晗墨轩
·
2023-10-01 07:02
Selenium环境+元素定位大法
selenium与
webdriver
Selenium是一个用于Web测试的工具,测试运行在浏览器中,就像真正的用户在手工操作一样。
给点流量吧
·
2023-10-01 03:14
自动化测试
软件测试
selenium
测试工具
Python + Selenium(十六)JavaScript调用
在
WebDriver
中提供了执行JavaScript的方法:execute_script(script,*args),JavaScript代码以字符串的形式构建,然后传给该方法执行。
猫与测试
·
2023-10-01 02:19
selenium使用cookie登录
###使用cookie登录fromseleniumimport
webdriver
fromselenium.
webdriver
.chrome.serviceimportServicefromselenium.
webdriver
.common.byimportByfrom
webdriver
_manager.chromeimportChromeDriverManagerimporttimedriver
皮锤三
·
2023-09-30 23:22
selenium
python
测试工具
selenium设置需要登录网页的cookie
下面是一个示例代码,演示如何使用Selenium设置登录后的网页Cookie:fromseleniumimport
webdriver
#创建浏览器对象,这里使用Chrome浏览器driver=
webdriver
.Chrome
玫川绔紫
·
2023-09-30 22:17
selenium
chrome
python
Python基于selenium实现禅道导出上周BUG记录
fromseleniumimport
webdriver
fromselenium.
webdriver
.chrome.serviceimportServicefromselenium.
webdriver
.common.byimportByimporttime
黄色茶杯
·
2023-09-30 21:22
python
python
selenium
禅道
Appium 开发包1 Appium-Python-Client
1)安装:pipinstallAppium-Python-Client2)使用:请使用Appium中的
WebDriver
,而不要使
小寒老师
·
2023-09-30 14:04
Appium
自动化测试
python selenuim设置cookie报错UnableToSetCookieException: Message: unable to set cookie
报错提示为:我的python代码:fromtimeimportsleepfromseleniumimport
webdriver
driver=
webdriver
.Chrome()driver.get("https
summer_my_sunshine
·
2023-09-30 10:07
python
java
前端
selenium中添加cookies的方法 python
driver=
webdriver
.Chrome()driver.get('https://www.tianyancha.com/company/256283648')#先不添加就请求一次cookies=
西门大盗
·
2023-09-30 10:07
add_cookie
org.openqa.selenium.UnableToSetCookieException: unable to set cookie
1.当尝试添加cookies时抛出seleniumunabletosetcookie错误,大多情况是在一个
webDriver
空域(没有访问任意一个页面)中添加cookies,我们要做的就是在赋值cookies
NG KIM-BING
·
2023-09-30 10:36
Java
错误解决
Selenium自动化测试框架常见异常分析及解决方法
01pycharm中导入selenium报错现象:pycharm中输入fromseleniumimport
webdriver
,selenium标红原因1:pycharm使用的虚拟环境中没有安装selenium
程序员油条
·
2023-09-30 10:29
技术分享
自动化测试
selenium
测试工具
使用pytesserac和Pillow实现验证码识别
简单网页验证码解决思路:截屏整个页面获得验证码坐标数据根据坐标数据抠图使用pytesseract模块进行验证importtimeimportrefromPILimportImagefromseleniumimport
webdriver
importpytesseractdeftest1
柠檬橘子茶_
·
2023-09-30 09:29
python模块之helium 自动化测试
端自动化开源框架,Helium针对Selenium进行了封装,它屏蔽了Selenium很多实现细节,提供了更加简洁直观的API,更方便我们进行Web端的自动化Helium主要包含下面6个优点:Helium自带
WebDriver
局外人LZ
·
2023-09-30 08:22
python
python
基于Selenium+Python的web自动化测试框架详解
Selenium主要包括三部分:SeleniumIDE、Selenium
WebDriver
和SeleniumGrid。SeleniumIDE:Firefox的一
小米测试开发
·
2023-09-30 08:01
自动化测试
python
selenium
前端
pytest
职场和发展
自动化
运维
python+selenium 方法大全
一、selenium定位方法1、
WebDriver
8种基本元素定位方式1)find_element_by_id()根据id属性进行定位2)find_element_by_name()根据name元素进行定位
星河绛橘色的日落
·
2023-09-30 08:31
性能测试
自动化测试工具
软件测试
python
开发语言
jmeter
ide
android
studio
appium
android
上一页
19
20
21
22
23
24
25
26
下一页
按字母分类:
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
其他