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 爬虫 微信公众号文章
本次爬虫需要的工具如下:selenium驱动器对应浏览器的
webdriver
一个微信订阅号在2017年6月左右,微信官方发布一篇文章https://mp.weixin.qq.com/s/67sk-uKz9Ct4niT-f4u1KA
乌守元
·
2023-09-05 17:11
IOS真机安装
WebDriver
Agent踩坑记录
OS10.12(简主尝试在低系统上安装Xcode9.0,结果浪费了半天时间)填坑:升级Mac系统开始安装步骤:1)从github上下载代码:gitclonehttps://github.com/facebook/
WebDriver
Agent2
冬至阳生
·
2023-09-05 14:27
py反爬stealth.min.js
_哔哩哔哩_bilibili1.fromseleniumimport
webdriver
#浏览器配置对象options=
webdriver
.ChromeOptions()#禁用自动化栏options.add_experimental_option
白天的我最菜
·
2023-09-05 09:28
python
python
开发语言
自动化测试的简单认识
2.常见的
WebDriver
的API定位元素常用的是findelement方法比如在我们想要测试百度搜索的功能的时候,你得先找到百度的搜索框:先通过浏览器的开发者工具就能知道class的名称;publicstaticvoidmain
kaiwawah
·
2023-09-05 04:02
selenium
java
Selenium自动化测试的常见问题有哪些?
Selenium是开源的,Selenium框架的核心组件是Selenium
WebDriver
。Seleniu
测试小婉
·
2023-09-04 10:58
自动化测试
selenium
自动化
python
职场和发展
单元测试
selenium
IDERC
WebDriver
1.基于代码的测试2.基于协议的测试3.基于界面的测测试seleniumIDE对象识别参考,即元素定位,录制和回放。基于firefox
洛可可11
·
2023-09-04 03:05
webdriver
中的三种等待方式
一、强制等待fromseleniumimport
webdriver
fromtimeimportsleepdriver=
webdriver
.Chrome()driver.get('https://www.baidu.com
编程猫猫
·
2023-09-03 18:24
selenium 自动化测试——环境搭建
安装python,并且使用pip命令安装seleniumpip3installselenium然后尝试第一次使用selenium完成一个简单的测试自动化脚本fromseleniumimport
webdriver
fromselenium.
webdriver
.common.byimportByimporttimedriver
wwxjya
·
2023-09-03 16:08
自动化测试
selenium
python
测试工具
12. 自动化项目实战
publicclassForumCasesextendsInitAndEnd{/***登录测试*/@Testvoidlogin(){//打开要进行登录的页面
webDriver
.
小鱼的学习笔记
·
2023-09-03 15:54
自动化
运维
【爬虫】7.2. JavaScript动态渲染界面爬取-Selenium实战
fromseleniumimport
webdriver
fromselenium.
webdriver
.common
*Demons
·
2023-09-03 14:52
爬虫
javascript
selenium
【爬虫】7.1. JavaScript动态渲染界面爬取-Selenium
JavaScript动态渲染界面爬取-Selenium的简单学习文章目录JavaScript动态渲染界面爬取-Selenium的简单学习1.Selenium准备工作2.Selenium简单用法2.1.初始化浏览器对象-
webdriver
.Chrome
*Demons
·
2023-09-03 10:06
javascript
selenium
爬虫
python
使用
webdriver
-manager解决浏览器与驱动不匹配所带来自动化无法执行的问题
为了解决这个问题,可以使用
webdriver
-manager,它可以帮助我们自动识别当前运行环境下的系统信息以及对应浏览器信息,并自动下载对应
测试萧十一郎
·
2023-09-03 07:05
软件测试
自动化测试
软件测试工程师
自动化
运维
自动化测试
软件测试
功能测试
程序人生
职场发展
使用浏览器开发者工具带你学习如何在selenium使用XPath定位元素
Selenium中使用XPath定位元素的语法I
WebDriver
driver=newChromeDriver();IWebElementel=driver.FindElement(By.XPath("
T句号T
·
2023-09-03 04:59
简易ip池
fromseleniumimport
webdriver
frombs4importBeautifulSoupfromlxmlimportetreefromfake_useragentimportUserAgentimportrandomimportrequestsUA
He
·
2023-09-02 22:13
自学Python+Selenium自动化测试
今天我就把最近学的(二)Selenium核心
WebDriver
API简单总结一下,方便自己以后找出来看看。
bigbear_001
·
2023-09-02 20:44
#
web自动化测试
自动化
测试用例
python
selenium
Python实操驾驶员考试自动答题
fromseleniumimport
webdriver
fromselenium.
webdriver
.common.byimportByimporttimewd=
webdriver
.Edge()wd.get
shxs875
·
2023-09-02 19:01
Python
python
开发语言
Python实操实现驾考自动答题
fromseleniumimport
webdriver
fromselenium.
webdriver
.common.byimportByimportrequestsimportparsel#defget_all_answer
shxs875
·
2023-09-02 19:31
Python
python
爬山算法
轻量级自动化测试框架WebZ
一、什么是WebZWebZ是我用Python写的“关键字驱动”的自动化测试框架,基于
WebDriver
。设计该框架的初衷是:用自动化测试让测试人员从一些简单却重复的测试中解放出来。
程序员威子
·
2023-09-02 19:30
测试用例
单元测试
功能测试
selenium
jmeter
测试工具
postman
python单元测试框架(继承、unittest参数化、断言、测试报告)
每个模块都要用到前提条件以及清理,如果有上百个模块,我们要改域名和浏览器,就会工作量很大特别麻烦,这时我们可以用继承的思想只用改一次我们可以将前提和清理提出来单独放到一个文件里,具体代码如下fromseleniumimport
webdriver
importunittestclassInit
MYH919520
·
2023-09-02 17:21
软件测试
自动化测试
python
单元测试
dubbo
测试工具
功能测试
自动化测试
软件测试开发学习之旅----Selenium
selenium什么是自动化测试自动化测试的适用对象自动化测试的分类如何实施自动化测试什么是seleniumSelenium1.0Seleniu2.0
webdriver
API元素的定位操作测试对象添加等待断言
赵jc
·
2023-09-02 15:19
软件测试
java
selenium
软件测试
python
软件测试/测试开发丨Selenium 高级控件交互方法
使用场景使用场景对应事件复制粘贴键盘事件拖动元素到某个位置鼠标事件鼠标悬停鼠标事件滚动到某个元素滚动事件使用触控笔点击触控笔事件(了解即可)https://www.selenium.dev/documentation/
webdriver
测试开发软件测试性能测试自动化测试
·
2023-09-02 15:17
自动化测试
测试开发
软件测试
python
selenium
selenium鼠标操作方法
1.0selenium新版本封装驱动fromselenium.
webdriver
importChromefromselenium.
webdriver
.chrome.optionsimportChromiumOptionsfromselenium.
webdriver
.chrome.serviceimportServicedefget_chrome_driver
一级泡芙爱好者
·
2023-09-02 14:20
selenium
计算机外设
测试工具
基于Python的IOS自动化测试环境搭建
文章目录一、测试架构介绍1.1
WebDriver
Agent原理分析1.2tidevice原理分析二、环境安装2.1iOS设备安装
WebDriver
Agent2.2安装iTunes2.3安装tidevice2.4
优雅的心情
·
2023-09-02 08:59
自动化测试
python
ios
开发语言
Chrome自动升级了,找不到最新版本的
webdriver
怎么办?
Chrome自动升级了,找不到最新版本的
webdriver
怎么办?
风柏杨
·
2023-09-02 08:36
python
爬虫
selenium
webdriver
谷歌没有匹配的driver
chromeDriver
登录搜狐邮箱并发送邮件的3中方法
send_keys(2)显示等待------切换frame—使用火狐才行(注意时间的等待)(3)通过切换tab键-----替换了切换frameWay1#encoding=utf-8fromseleniumimport
webdriver
importun
dghrty_show
·
2023-09-02 05:47
selenium
显示等待和隐式等待
https://blog.csdn.net/sinat_41774836/article/details/88965281文章目录强制等待:sleep()隐式等待:implicitly_wait()显示等待:
WebDriver
Wait
dghrty_show
·
2023-09-02 05:47
selenium
python
python selenium 自动化登录页面
去掉自动化标识,绕过js,绕过ipimporttimefromseleniumimport
webdriver
fromselenium.
webdriver
.chrome.optionsimportOptions
韩同学叫园园
·
2023-09-02 04:53
python
selenium
自动化
PageObject三层架构模式实现
内容如下:fromselenium.
webdriver
.support.waitimport
WebDriver
Waitdeffind_element(dirver,find_type,find_ex
喵
·
2023-09-02 02:36
UI自动化
开发语言
selenium
python
selenium之鼠标操作
fromselenium.
webdriver
.common.action_chainsimportActionChains操作语法:第一步:初始化ActionChains类(动作链条):action=ActionChains
喵
·
2023-09-02 02:06
UI自动化
selenium
python
测试工具
selenium之滚动鼠标滑动页面
可以分为四种滑动的场景:滑动至底部、滑动至顶部、滑动至具体位置、滑动至目标元素可见以百度搜索为例:一、滑动至顶部输入搜索内容后,点击百度一下,滑动页面至底部fromseleniumimport
webdriver
importtimefromselenium.webd
喵
·
2023-09-02 02:06
UI自动化
selenium
测试工具
python
Selenium WebElement: Selenium 中的页面元素以及常用的属性和方法
文章目录环境配置Python&Selenium
Webdriver
浏览器驱动WindowsLinux打开浏览器页面请求元素定位、操作以及内容获取元素信息元素操作ActionChains官方文档环境配置Python
Ice星空
·
2023-09-01 23:07
selenium
python
Selenium
WebDriver
教程
【注】本文译自:https://www.edureka.co/blog/selenium-tutorial 在本教程中,我将向您介绍Selenium
Webdriver
,它是当今市场上使用最广泛的自动化测试框架
码者无疆
·
2023-09-01 10:49
UI界面自动化BagePage
Desc:UI自动化测试的一些基础浏览器操作方法#第三方库导入importtimefromloggingimportconfigimportrandomimportallurefromselenium.
webdriver
.common.alertimportAlertfromselenium.
webdriver
.remote.w
liehen2046
·
2023-09-01 10:04
python
下载当天各省疫情数据
下载疫情数据表格使用driver建立链接,chromedriver.exe放置在项目目录中importpandasaspdfromseleniumimport
webdriver
frombs4importBeautifulSoupurl
影兮
·
2023-09-01 09:27
python
python
开发语言
webdriver
对应浏览器
path=103.0.5060.53/但是这里截止2023年8月31日14:31分没有115以后得版本但是我的浏览器已经到了116的版本为了关闭掉Ch所以下载
webdriver
的地址是:https://
小赖同学啊
·
2023-09-01 07:12
webdriver116
webdriver
chrome
driver
一文讲透!实现一个Python+Selenium的自动化测试框架如此简单!
Selenium主要包括三部分:SeleniumIDE、Selenium
WebDriver
和SeleniumGrid。
测试涛叔
·
2023-09-01 00:42
技术分享
软件测试
python
selenium
开发语言
服务器
自动化神器Playwright快速上手指南
1.为什么选择Playwright1.1Playwright的优势(1)Selenium需要通过
WebDriver
操作浏览
z1521695011
·
2023-08-31 23:49
python
开发语言
问卷星python+selenium自动填写
pan.baidu.com/s/18XV6ROkSg-FEnADyY6AHeA提取码:bpee2.自动填写过程中发现挂梯子不用弹出滑动验证,用本地ip刷到几十份就挂了3.代码fromselenium.
webdriver
.support.uiimport
WebDriver
Waitimporttimeimportrandomfromse
*小鸡炖蘑菇*
·
2023-08-31 21:14
python爬虫实践
python
selenium
chrome
C#-使用stealth.min.js隐藏selenium特征
最近学习用C#的
webdriver
写自动化网页程序,做到隐藏selenium特征时,看到大部分使用stealth.min.js的都是Python写的,这边记录一下C#中用stealth.min.js隐藏
半满
·
2023-08-31 21:44
C#
selenium
selenium
测试工具
c#
利用stealth.min.js隐藏selenium特征 - Python
二、用法关于这个文件在Python的selenium的用法其实很简单,就是在初始化完
webdriver
后使用execute_cdp_cmd函
requireCool
·
2023-08-31 21:12
python
selenium
爬取boss直聘简单案例
前提准备以chrome自动化为例下载浏览器驱动最新版本:ChromeforTestingavailability(googlechromelabs.github.io)旧版本:ChromeDriver-
WebDriver
forChrome-Downloads
小企鹅upup
·
2023-08-31 15:13
python
开发语言
爬虫
前端
selenium连接已打开的Firefox浏览器
原理:将session_id和url进行记录,下次打开firefox浏览器进行复用importos,pickle,json,win32apifromseleniumimport
webdriver
fromselenium.
webdriver
importRemotefromselenium.
webdriver
.chromeimportoptionsfromselenium.
webdriver
.comm
叹一曲当时只道是寻常
·
2023-08-31 14:48
python
selenium
python
firefox
自动化
selenium集成edge浏览器
fromselenium.
webdriver
.support.uiimport
WebDriver
Waitfromselenium.
webdriver
.supportimportexpected_conditionsasECfromselenium.
webdriver
.common.byimportByfromselenium.common.exceptionsimportTimeoutExcept
zwjapple
·
2023-08-31 12:54
selenium
edge
python
Web自动化测试-【Selenium环境部署Edge】
浏览器准备Edge驱动包a.查看自己的Edge浏览器版本(浏览器版本和驱动版本一定要对应)b.下载对应的驱动包,下载路径:https://www.selenium.dev/documentation/
webdriver
小孙的代码星球
·
2023-08-31 12:23
前端
selenium
edge
java
deno使selenium调用edge浏览器(Window)
edge浏览器版本,链接:edge://settings/help下载对应的版本驱动:https://developer.microsoft.com/en-us/microsoft-edge/tools/
webdriver
Moralduty
·
2023-08-31 12:53
爬虫
selenium
爬虫
deno
selenium中使用edge
要在Selenium中使用Edge,需要首先安装MicrosoftEdge
WebDriver
,然后在代码中配置使用Edge
WebDriver
。
半清斋
·
2023-08-31 12:22
selenium
edge
python
chrome
前端
selenium + Edge 浏览器
3、需要下载浏览器引擎:https://developer.microsoft.com/en-us/microsoft-edge/tools/
webdriver
/4、浏
tk1023
·
2023-08-31 12:52
python
selenium
Selenium驱动Edge浏览器
1、下载驱动Microsoft
WebDriver
.exe驱动下载地址:https://developer.microsoft.com/en-us/microsoft-edge/tools/
webdriver
snrxian
·
2023-08-31 12:52
python
selenium相关操作(edge)
以下是基于edge的selenium首先,需要下载edge的驱动https://developer.microsoft.com/en-us/microsoft-edge/tools/
webdriver
/
lagrahhn
·
2023-08-31 12:48
Python
python
pycharm
开发语言
selenium
ubuntu18.04使用
webdriver
ubuntu18.04使用
webdriver
sudoapt-getinstallpython3-pip#安装谷歌浏览器wgethttps://dl.google.com/linux/direct/google-chrome-stable_current_amd64
原来是不二啊
·
2023-08-31 11:30
linux
python
ubuntu
selenium
上一页
24
25
26
27
28
29
30
31
下一页
按字母分类:
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
其他