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+python:脚本学习笔记(三)
hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io#实例化一个火狐配置文件fp=
webdriver
.FirefoxProfile()#
大宝子666
·
2023-04-08 19:13
python
selenium
python+selenium之悠悠博客学习笔记
之自动化测试框架selenium学习officalwebsite悠悠之selenium浅谈·博客园悠悠软件测试系列1.1基础环境准备1.1.1python包下载工具的安装地址:setuptoolspip1.1.2
webdriver
weixin_30886233
·
2023-04-08 19:12
python
测试
【python办公web自动化-selenium学习笔记】
简单来说,可以在运行不同浏览器和操作系统的不同机器上同时运行测试
webDriver
控制web浏览器。python如何使用selenium1.要有python的开发环境2.下载谷歌浏览
瞎玩瞎写瞎学的橘子君
·
2023-04-08 19:40
python
前端
自动化
自动化测试工具 selenium 学习笔记
特点是轻量免费,支持多语言多平台,支持分布式
webdriver
:是selenium2提供的一种用于操作浏览器的api接口,要操作那个浏览
qq_41603622
·
2023-04-08 19:38
测试
定位
python
selenium
python/selenium学习笔记(杂)
TAB键自动补全Alt+P回退到上一次编辑的Python代码,Alt+N与之相反,可以前进至下一次编辑的代码#coding=utf-8fromseleniumimport
webdriver
driver=
饿极老人●冯人打
·
2023-04-08 19:36
selenium+python
PYTHON & SELENIUM的学习笔记
2ele=
WebDriver
Wait(driver,20,0.2).until(ec.text_to_be_present_in_element((By.XPATH,"//td[@class=‘t
mmlongmm
·
2023-04-08 19:05
网络编程
python
selenium
selenium学习笔记
fromseleniumimport
webdriver
fromselenium.
webdriver
.common.byimportBydriver=
webdriver
.Chrome()driver.get
m0_50526669
·
2023-04-08 19:35
seleniun
selenium
学习
python
selenium笔记(六)--JavaScript脚本执行
执行JavaScript脚本为什么要执行JS脚本:
Webdriver
对部分浏览器上的控件时不支持直接驱动的,例如滚动条、时间控件,所以我们需要执行JS脚本,间接完成这些操作JS学习W3C:https:/
少年郎长路漫漫
·
2023-04-08 18:00
selenium
python
测试工程师
Selenium学习笔记
,自动执行测试,简单来说,就是用代码模仿手工操作webUI自动化的价值:1、验证逻辑2、代替大量的重复手工测试3、ui自动化目标不是发现多少个bug,而是为手工回归测试节省了多少时间selenium与
webdriver
selenium
장옥림
·
2023-04-08 18:29
selenium
python
html
【Python_Selenium学习笔记(三)】基于Selenium模块实现无界面模式 & 执行JS脚本(把滚动条拉到底部)
正文1、Selenium设置无界面模式创建浏览器对象之前,创建options功能对象:options=
webdriver
.ChromeOptions()添加无界面功能参数:options.add_argum
禾戊之昂
·
2023-04-08 18:58
Python学习笔记
#
Selenium学习笔记
python
selenium
爬虫
自动安装selenium-driver
一、安装1、Git地址:https://github.com/SergeyPirogov/
webdriver
_manager2、安装pipinstall
webdriver
-manager二、使用教程以Chromedriver
沈宥
·
2023-04-08 15:17
python爬虫selenium操作(1)
1.数据源互联网求职招聘找工作-上拉勾招聘-专业的互联网求职招聘网站利用selenium自动化工具进行操作首先我们先导入包fromselenium.
webdriver
importChrome1.创造浏览器对象然后运行程序会自动打开这个网站
我是你哥!d
·
2023-04-08 14:14
爬虫
python
学习
开发语言
ux
hadoop
python 爬虫 selenium 无头浏览器设置
使用selenium爬取数据,不弹出浏览器,后台运行,需要代码设置下无头参数配置#浏览器在后台运行,不弹出页面fromselenium.
webdriver
importChromefromselenium.
webdriver
.chrome.optionsimportOptionsfromselenium.
webdriver
.common.byimportBy
-咖啡-
·
2023-04-08 14:02
python
爬虫
selenium
Python爬虫 Selenium使用隧道代理
隧道代理,一般用于做一次性访问达到某种目的,而不是长时间保持状态的访问,更不适用于需要跳转的情况2,selenium+隧道代理,不可设置无头模式(不可添加headless)代码:fromselenium.
webdriver
importChrome
s_kangkang_A
·
2023-04-08 14:00
爬虫实战
爬虫
selenium
隧道代理
python爬虫 selenium实践+pyinstaller打包exe
service=ChromeService(executable_path=ChromeDriverManager().install())driver=
webdriver
.Chrome(service
sheperdmoon
·
2023-04-08 14:00
python应用
python
爬虫
selenium
Python爬虫 selenium chrome不加载图片
头部加入下面代码chrom_opt=
webdriver
.ChromeOptions()prefs={"profile.managed_default_content_settings.images":2
默默前行的虫虫
·
2023-04-08 14:28
爬虫
数据采集
自动化测试
chrome
python
爬虫
『心善渊』Selenium3.0基础 — 28.Selenium元素等待(一)
1、什么是元素等待
WebDriver
定位页面元素时如果未找到,会在指定时间内一直等待的过程。为了保证脚本运行的稳定性,需要脚本中添加等待时间。
繁华似锦Fighting
·
2023-04-08 12:19
UI自动化python中selenium二次封装+参数化调用笔记
#第一步:1.在base目录内建文件名base_page.py封装【基类行为】和【驱动工具类】importtimefromseleniumimport
webdriver
fromselenium.
webdriver
.common.byimportByfromselenium.
webdriver
.support.selectimportSelectfromselenium.
webdriver
.supp
阿听676
·
2023-04-08 10:26
python
UI自动化
python
自动化
selenium
Selenium
WebDriver
单元测试框架TestNG入门
第一篇笔记,重新开始自学Selenium自动化测试啦,将学习过程记录一下~一、关于TestNG1、TestNG:单元测试框架,比Junit框架更加强大。消除了一些老式框架的限制,让程序员通过注释、分组、序列和参数化等多种方式组织和执行自动化测试脚本。2、TestNG的优点①漂亮的HTML格式测试报告②支持并发测试③参数化测试更简单④支持输出日志⑥支持更多功能的注解二、编写TestNG测试用例步骤1
我最酷ya
·
2023-04-08 07:13
Android 手机自动化测试工具有哪几种?
Appium基于
WebDriver
协议,可以使用多种编程语言编写测试脚本,例如:Java,Python和R
骨灰级收藏家
·
2023-04-08 07:58
自动化测试
软件测试
测试
android
自动化
测试工具
软件测试
Selenium等待机制之显示等待
显示等待需要用到两个类:
WebDriver
Wait和expected_conditions两个类
WebDriver
Wait:指定轮询间隔、超时时间等expected_conditions:指定了很多条件函数
测试卷卷
·
2023-04-08 06:17
selenium
测试工具
python
关于chromedriver.exe报错的解决办法
anotherexceptionoccurredTraceback(mostrecentcalllast):File“headless_chrome_for_sht.py”,line10,inbrowser=
webdriver
.Chrome
fat1ee
·
2023-04-08 06:06
学习历程
python
selenium
spidermonkey
IOS + Appium自动化教程 (图版)
前言IOS自动化相关框架介绍自动化测试类工具内测发布工具Appium驱动IOS测试原理关于
WebDriver
Agent基础环境搭建基础环境安装内容前提环境通用环境iOS环境iOS真机调试环境配置IOS自动化
米不开朗基罗
·
2023-04-07 16:17
问题记录
1、报错CannotconnecttotheServicechromedriverselenium.common.exceptions.
WebDriver
Exception:Message:CannotconnecttotheServicechromedriver
Future石
·
2023-04-07 14:26
python-selenium学习笔记:利用ec模块的定位方法,登陆百度并验证是否登陆成功
方法一:1:导包,进入百度网址#1.导包fromseleniumimport
webdriver
fromtimeimportsleepfromselenium.
webdriver
.support.waitimport
WebDriver
Waitfromselenium.
webdriver
.supportimportexpected_conditionsasEC
王小胖i
·
2023-04-07 12:19
python
selenium
python-selenium学习笔记:运用验证码过滤登陆,验证是否登陆成功
1:导包、进入百度#1.导入seleniumfromseleniumimport
webdriver
fromtimeimportsleepfromselenium.
webdriver
.support.waitimport
WebDriver
Waitfromselenium.
webdriver
.supportimportexpected_conditionsasEC
王小胖i
·
2023-04-07 12:19
python
selenium
自动化测试_Python_Selenium_1_基础学习笔记
wherepython查看自己电脑上python的安装目录;pipinstallselenium指令安装selenium;浏览器驱动安装(由于执行的脚本需要浏览器驱动来驱动浏览器,所有需要先安装相应的浏览器驱动);
WebDriver
这把稳赢
·
2023-04-07 12:49
测试
python
selenium
软件测试
python selenium定位元素的方法_Python_Selenium学习笔记(3)-元素定位方法
一定要确保定位元素方法的唯一性以定位百度首页输入框为例1、find_element_by_id(),通过元素的id属性定位说明:.send_keys()方法是像输入框中输入内容,为演示效果使用fromseleniumimport
webdriver
dr
weixin_39575047
·
2023-04-07 12:48
python
selenium定位元素的方法
python浏览器使用教程_Python_Selenium学习笔记(2)-浏览器操作方法
浏览器操作方法1、打开浏览器(Chrome)步骤:从selenium包中导入
webdriver
模块,使用
webdriver
模块下的Chrome()方法打开浏览器(打开不同浏览器时替换浏览器的名字),使用变量
weixin_39519619
·
2023-04-07 12:18
python浏览器使用教程
Python_Selenium学习笔记(1)-Selenium介绍
自动化测试Google给出的测试比重:单元自动化测试占70%,接口自动化测试占20%,UI自动化测试占10%selenium属于UI自动化测试学习重点1、编程语言(Python)2、selenium(
webdriver
weixin_34417200
·
2023-04-07 12:47
python
ui
测试
selenium学习笔记
1.安装selenium库pipinstallselenium2.下载驱动https://www.selenium.dev/zh-cn/documentation/
webdriver
/getting_started
张飞的技术博客
·
2023-04-07 12:12
selenium
学习
python
Python + Selenium 学习笔记1
1.安装seleniumCMD命令行中运行:pipinstallselenium检查安装结果:pipshowselenium>可以查看安装的selenium版本2.配置
webdriver
举例:GoogleChrome1
nnnn_fighting
·
2023-04-07 12:38
Selenium
python
Selenium学习(一) Selenium概述
目录简介适用场景常见的自动化测试工具简介Selenium的工作原理自动化测试需要的基础技能Selenium套件SeleniumIDE的优点使用延伸SeIenium的特点
WebDriver
与SeleniumRC
yygg329405
·
2023-04-07 10:57
测试
自动化测试
selenium
学习selenium爬虫打开网页时出现“不安全”提示
fromseleniumimport
webdriver
url="https://image.baidu.com"browser=
webdriver
.Chrome()browser.get(url)注:用的谷歌浏览器
水若寒0106
·
2023-04-07 10:55
爬虫
学习
selenium
滑动验证码
importtimeimportrequestsfromPILimportImagefromseleniumimport
webdriver
fromselenium.
webdriver
importActionChainsfromselenium.
webdriver
.common.byimportByfromselenium.
webdriver
.support.uiimport
WebDriver
Wai
Nomodel
·
2023-04-07 02:39
Selenium Web UI 自动化分布式运行:SeleniumGrid
通过将客户端命令发送到远程浏览器的实例,SeleniumGrid允许在远程计算机(虚拟或真实)上执行
WebDriver
脚本.它旨在提供一种在多台计算机上并行运行测试的简便方法。
qq_492448446
·
2023-04-06 18:34
Web自动化
python
java
python+selenium爬虫之解决51job滑块验证失败
特将本次踩坑之旅记录于此问题描述很简单,滑块验证界面可以滑动,但滑动后出现如下界面:问题分析出现该状况的因素有两种:1.window.navigator.
webdriver
在selenium模式下是true
_illusion_
·
2023-04-06 17:19
爬虫
1024程序员节
Python Selenium 过 检
fromseleniumimport
webdriver
options=
webdriver
.ChromeOptions()options.add_experimental_option("excludeSwitches
ATOM_123
·
2023-04-06 17:48
爬虫
Python
最完美方案!如何防止 Selenium 被检测出来
Selenium与Puppeteer能被网站探测的几十个特征》中,我们知道目前网上的反检测方法几乎都是掩耳盗铃,因为模拟浏览器有几十个特征可以被检测,仅仅隐藏
webdriver
这一个值是没有任何意义的。
VIP_CQCRE
·
2023-04-06 17:44
python
编程语言
js
chrome
selenium
针对于selenium的一些常规配置(防检测,无头,保留自己浏览器的登录信息等)
的时候有时候会受到网站的检测导致我们的程序被迫中止,因此我们需要给selenium添加一些浏览器特征来防止被网站检测到**(1-4为防检测配置)**.在给selenium添加参数的时候,我们可以使用add_argumentoption=
webdriver
.ChromeOptions
Mr_WV
·
2023-04-06 17:12
selenium
python
selenium
chrome
python
整理网上关于selenium的反爬机制以及解决办法。
1.window.navigator.
webdriver
现象:用户正常访问该值为false。使用selenium时该值为true。
凌漾
·
2023-04-06 17:38
selenium
chrome
python
selenium被识别的解决方法
Selenium执行cdp命令全部代码遇到问题:selenium做爬虫能解决很多反爬问题,但是selenium也有很多特征可以被识别,比如用selenium驱动浏览器后window.navigator.
webdriver
HelloW先生
·
2023-04-06 16:02
selenium
selenium
软件测试
为iOS真机安装
WebDriver
Agent
在iOS设备上要通过Appium执行自动化用例或查看页面元素时,都必须在真机上安装
WebDriver
Agent(点开看介绍)模拟器上轻松跑,一旦遇到真机,就各种坑,整个过程其实没多复杂,但是操作起来很费时费神
Derex
·
2023-04-06 16:18
Selenium如何隐藏浏览器页面?
方法主要是通过修改浏览器启动选项进行设置,其实就是将driver=
webdriver
.Chrome()
程序员小雷
·
2023-04-06 16:59
selenium
功能测试
测试用例
软件测试
职场和发展
python爬虫招聘网站数据分析_Python爬虫实例——基于招聘网站发帖数据
一、软件下载并安装
webdriver
(不同的浏览器下载地址不同,这里是下载的chrome浏览器的,http://chromedriver.storage.googleapis.com/index.html
weixin_39769740
·
2023-04-06 15:59
Robotframework + Jenkins 运行错误解决方案一
对于一些测试用例,明明本地和远程robotframework都跑的很顺畅,在jenkins上构建就一直出这样的错误:例如:
WebDriver
Exception:Message:u’unknownerror
spanthrive12
·
2023-04-06 08:18
RobotFW
Jenkins
测试
RobotFW
学习-软件测试-Selenium-unittest-Maven-Jmeter
文章目录==Selenium家族==概述SeleniumIDESelenium
WebDriver
SeleniumGrid定位元素Xpath选择元素CSS定位选择元素特殊场景操作元素方法get_attribute
LXMXHJ
·
2023-04-06 07:53
测试+国企面试知识
python
开发语言
功能测试和自动化测试的区别
它通常使用SeleniumIDE或Jenkins等测试自动化工具完成,它们都是免费且开源的——当然,也可以使用任何其他合适的
webdriver
。可用于自动化测试的脚本语言包括Ja
泽众云测试
·
2023-04-06 05:32
软件测试
自动化测试
测试类型
功能测试
自动化
单元测试
「Selenium」- 在页面中,点击按钮(或元素) @20210311
解决方案使用click()点击通常点击元素使用click()方法即可://选择元素并进行点击
webDriver
.findElement(By.id("buttoncheck")).click()//等待元素可以点击
研究林纳斯的那个系统
·
2023-04-06 03:45
selenium知识点大全
selenium知识点大全在使用selenium之前必须先配置浏览器对应版本的
webdriver
。
初级码农12138
·
2023-04-06 03:41
selenium
chrome
python
上一页
39
40
41
42
43
44
45
46
下一页
按字母分类:
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
其他