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
FirefoxDriver
java工作复习——鼠标事件——action类——总结
importorg.openqa.selenium.WebDriver;importorg.openqa.selenium.WebElement;importorg.openqa.selenium.firefox.
FirefoxDriver
小白龙白龙马
·
2020-04-22 12:00
java工作复习——鼠标事件——action类——模拟鼠标左键操作
;importorg.openqa.selenium.By;importorg.openqa.selenium.WebDriver;importorg.openqa.selenium.firefox.
FirefoxDriver
小白龙白龙马
·
2020-04-22 11:00
java工作复习——鼠标事件——action类——模拟鼠标悬浮操作
;importorg.openqa.selenium.By;importorg.openqa.selenium.WebDriver;importorg.openqa.selenium.firefox.
FirefoxDriver
小白龙白龙马
·
2020-04-22 11:00
java工作复习——鼠标事件——action类——模拟鼠标右键操作
importorg.openqa.selenium.Keys;importorg.openqa.selenium.WebElement;importorg.openqa.selenium.firefox.
FirefoxDriver
小白龙白龙马
·
2020-04-22 11:00
java工作复习——鼠标事件——action类——对某个元素进行双击(举例示例操作)
packagerjcs;importorg.openqa.selenium.firefox.
FirefoxDriver
;importorg.openqa.selenium.interactions.Actions
小白龙白龙马
·
2020-04-22 11:00
java工作复习——windows窗口切换——使用title属性识别、网页的文字内容识别 处理 操作新弹出的浏览器窗口
*;importorg.openqa.selenium.WebElement;importorg.openqa.selenium.firefox.
FirefoxDriver
;importorg.openqa.selenium.interactions.Actions
小白龙白龙马
·
2020-04-21 17:00
java工作复习——多选下拉列表——选中、取消——select类
packagerjcs;importjava.util.List;importorg.openqa.selenium.WebElement;importorg.openqa.selenium.firefox.
FirefoxDriver
小白龙白龙马
·
2020-04-21 16:00
java工作复习——单选下拉列表——select类
packagerjcs;importorg.openqa.selenium.firefox.
FirefoxDriver
;importorg.openqa.selenium.interactions.Actions
小白龙白龙马
·
2020-04-21 15:00
java工作复习——复选框
importorg.openqa.selenium.WebDriver;importorg.openqa.selenium.WebElement;importorg.openqa.selenium.firefox.
FirefoxDriver
小白龙白龙马
·
2020-04-21 15:00
java工作复习——单选框
;importorg.openqa.selenium.By;importorg.openqa.selenium.WebDriver;importorg.openqa.selenium.firefox.
FirefoxDriver
小白龙白龙马
·
2020-04-21 14:00
webdriver中select下拉框选择
;importorg.openqa.selenium.By;importorg.openqa.selenium.WebDriver;importorg.openqa.selenium.firefox.
FirefoxDriver
红木杉2018
·
2020-03-06 09:28
Test_Example
importorg.openqa.selenium.WebDriver;importorg.openqa.selenium.WebElement;importorg.openqa.selenium.firefox.
FirefoxDriver
勇者与王者
·
2020-02-12 22:20
java+selenium+new——在使用ajax方式产生的浮动框中,单击选择某个关键字选项匹配并选择点击
importorg.openqa.selenium.JavascriptExecutor;importorg.openqa.selenium.WebElement;importorg.openqa.selenium.firefox.
FirefoxDriver
小白龙白龙马
·
2020-02-10 22:00
java+selenium+new——在使用ajax方式产生的浮动框中,单击选择某个关键字选项(通过索引)——索引从1开始——因为浮动内容总是发送变化,可以通过索引进行选择
importorg.openqa.selenium.JavascriptExecutor;importorg.openqa.selenium.WebElement;importorg.openqa.selenium.firefox.
FirefoxDriver
小白龙白龙马
·
2020-02-10 22:00
java+selenium+new——判断某个元素是否显示 driver.findElementById("kw").isDisplayed()——判断某个元素是否可用 System.out.println(driver.findElementById("kw").isEnabled())
*;importorg.openqa.selenium.WebElement;importorg.openqa.selenium.firefox.
FirefoxDriver
;importorg.openqa.selenium.interactions.Actions
小白龙白龙马
·
2020-02-09 01:00
java+selenium+new——元素属性值以及其它基本使用方法
*;importorg.openqa.selenium.WebElement;importorg.openqa.selenium.firefox.
FirefoxDriver
;importorg.openqa.selenium.interactions.Actions
小白龙白龙马
·
2020-02-09 01:00
java+selenium+new——模拟鼠标悬浮操作——action类
*;importorg.openqa.selenium.WebElement;importorg.openqa.selenium.firefox.
FirefoxDriver
;importorg.openqa.selenium.interactions.Actions
小白龙白龙马
·
2020-02-09 00:00
java+selenium+new——模拟鼠标右键操作——action类
importorg.openqa.selenium.Keys;importorg.openqa.selenium.WebElement;importorg.openqa.selenium.firefox.
FirefoxDriver
小白龙白龙马
·
2020-02-09 00:00
java+selenium+new——模拟键盘操作——复制、粘贴——action类
importorg.openqa.selenium.Keys;importorg.openqa.selenium.WebElement;importorg.openqa.selenium.firefox.
FirefoxDriver
小白龙白龙马
·
2020-02-09 00:00
java+selenium+new——执行JavaScript脚本
packagerjcs;importorg.openqa.selenium.JavascriptExecutor;importorg.openqa.selenium.firefox.
FirefoxDriver
小白龙白龙马
·
2020-02-08 23:00
java+selenium+new——杀掉windows的浏览器进程
importorg.openqa.selenium.By;importorg.openqa.selenium.WebElement;importorg.openqa.selenium.firefox.
FirefoxDriver
小白龙白龙马
·
2020-02-08 22:00
java+selenium+new——操作单选按钮——使用list容器进行遍历
importorg.openqa.selenium.By;importorg.openqa.selenium.WebElement;importorg.openqa.selenium.firefox.
FirefoxDriver
小白龙白龙马
·
2020-02-08 21:00
java+selenium+new——操作多选下拉列表——选中、取消——select类
packagerjcs;importjava.util.List;importorg.openqa.selenium.WebElement;importorg.openqa.selenium.firefox.
FirefoxDriver
小白龙白龙马
·
2020-02-08 16:00
java+selenium+new——操作单选下拉列表——打印每一个选项——3种方法选中某一个选项——select类
*;importorg.openqa.selenium.WebElement;importorg.openqa.selenium.firefox.
FirefoxDriver
;importorg.openqa.selenium.interactions.Actions
小白龙白龙马
·
2020-02-08 16:00
java+selenium+new——操作单选下拉列表——select类
packagerjcs;importorg.openqa.selenium.firefox.
FirefoxDriver
;importorg.openqa.selenium.interactions.Actions
小白龙白龙马
·
2020-02-08 14:00
java+selenium+new——对某个元素进行双击(举例示例操作)
packagerjcs;importorg.openqa.selenium.firefox.
FirefoxDriver
;importorg.openqa.selenium.interactions.Actions
小白龙白龙马
·
2020-02-08 00:00
java+selenium+new——文本框的输入、清空——按钮的单击
packagerjcs;importorg.openqa.selenium.firefox.
FirefoxDriver
;publicclassxinkaishi{publicstaticvoidmain
小白龙白龙马
·
2020-02-07 23:00
selenium拖动滚动条
packagecom.selenium.gen;importorg.openqa.selenium.WebDriver;importorg.openqa.selenium.firefox.
FirefoxDriver
红木杉2018
·
2019-12-16 07:20
selenium定位不可见元素
importorg.openqa.selenium.By;importorg.openqa.selenium.JavascriptExecutor;importorg.openqa.selenium.firefox.
FirefoxDriver
红木杉2018
·
2019-12-07 14:24
Ruby下WebDriver的相关操作指南
隐性等待:driver=Selenium::WebDriver.for:
firefoxdriver
.manage.timeouts.implicit_wait=3#seconds内部
·
2019-09-23 22:43
selenium环境配置
1、配置python环境2、配置浏览器及浏览器驱动(给驱动配置环境变量),注意selenium3.0以上使用老版本的
Firefoxdriver
,运行时会报错!
子非鱼焉知鱼之乐丶
·
2019-07-30 10:00
基于Selenium自动爬虫电商上的数据
FirefoxDriver
安装地址:
bladestone
·
2018-07-24 14:53
脚本语言
数据爬虫
数据爬虫
selenium元素定位 包含层级定位
importorg.openqa.selenium.By;importorg.openqa.selenium.WebElement;importorg.openqa.selenium.firefox.
FirefoxDriver
一颗奔腾的心咯
·
2018-03-25 16:09
selenium
selenium
1.2centos7无桌面环境部署安装火狐浏览器$yuminstallfirefox安装selenium$pip3installselenium安装
Firefoxdriver
weixin_30666753
·
2018-03-07 14:00
S01E02 Selenium Webdriver自动化编程初步(上)
1、环境搭建:在S01E01中其实已经搭建好了python和selenium的环境,具体方法可以见S01E01,需要增加的工作是安装浏览器driver,比如:chromedriver、
Firefoxdriver
Hodoor
·
2017-08-28 10:38
Python
SeleniuM的按键操作模拟键盘
importorg.openqa.selenium.Keys;importorg.openqa.selenium.WebDriver;importorg.openqa.selenium.firefox.
FirefoxDriver
douyunqian668
·
2017-03-23 17:23
Java编程
测试经验总结
Selenium之下拉框的选择
;importorg.openqa.selenium.By;importorg.openqa.selenium.WebDriver;importorg.openqa.selenium.firefox.
FirefoxDriver
douyunqian668
·
2017-03-22 16:58
Java编程
测试经验总结
UI自动化例子
*;importorg.openqa.selenium.firefox.
FirefoxDriver
;publicclasswebdriverdemo{publicstaticvoidmain(String
csdn932707727
·
2017-02-03 18:43
自动化
模拟用户点击链接
3importorg.openqa.selenium.WebDriver;4importorg.openqa.selenium.chrome.ChromeDriver;5importorg.openqa.selenium.firefox.
FirefoxDriver
蓝色的天_90
·
2016-06-30 10:00
Webdriver基本原理解析之
FirefoxDriver
阅读更多最近仔细看了下SeleniumWebDriver的源码,发现WebDriver的工作原理,理解起来其实还是挺简单的.以下分步介绍:首先,在理解webdriver的前提是了解webdriver的协议.关于协议可以参考:https://www.w3.org/TR/webdriver/#go.Firefox官方通过插件的形式实现了这个协议,插件的文件名是webdriver.xpi,它存放在sel
lijingshou
·
2016-06-11 22:00
webdriver
selenium2
Webdriver基本原理解析之
FirefoxDriver
阅读更多最近仔细看了下SeleniumWebDriver的源码,发现WebDriver的工作原理,理解起来其实还是挺简单的.以下分步介绍:首先,在理解webdriver的前提是了解webdriver的协议.关于协议可以参考:https://www.w3.org/TR/webdriver/#go.Firefox官方通过插件的形式实现了这个协议,插件的文件名是webdriver.xpi,它存放在sel
lijingshou
·
2016-06-11 22:00
webdriver
selenium2
WebDriver总结-不同浏览器的启动方式
1这种情况适用于Firefox安装在了默认路径下 WebDriver driver = new
FirefoxDriver
();//直接new一个
FirefoxDriver
Navigation
honzhang
·
2016-04-27 16:36
selenium
自动化
webdriver
selenium的一些小例子
webdriver中文社区:http://www.webdriver.org1:打开网页-获取title-获取urlpackagecom.test;importorg.openqa.selenium.firefox.
FirefoxDriver
潇涵仔仔
·
2016-04-14 13:21
Selenium
Selenium2.0之WebDriver学习总结(2)
接下来我们所讲解的都是以
FirefoxDriver
为基础的,且基于WebDriverdriver=newFirefoxDriver();创建的一个driver实例:a) 访问一个页面第一件你想使用
Airship
·
2016-03-12 03:00
4_Selenium框架封装
importorg.openqa.selenium.WebDriver; importorg.openqa.selenium.chrome.ChromeDriver; importorg.openqa.selenium.firefox.
FirefoxDriver
栗子测试
·
2016-01-17 17:00
selenium学习------自动化上传病毒特征文件测试脚本
org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefox.
FirefoxDriver
perfect_cat
·
2015-12-15 10:00
测试
selenium学习------自动化上传病毒特征文件测试脚本
org.openqa.selenium.WebDriver;import org.openqa.selenium.WebElement;import org.openqa.selenium.firefox.
FirefoxDriver
perfect_cat
·
2015-12-15 10:00
测试
测试
Selenium+Java 第一个demo
importorg.openqa.selenium.Dimension; importorg.openqa.selenium.WebDriver; importorg.openqa.selenium.firefox.
FirefoxDriver
冰蓝小猪宝宝
·
2015-11-16 17:00
selenium 处理浏览器多窗口
必须要获取每个窗口的唯一标识符切换到该窗口,才能对该窗口的元素进行操作 首先,获取每个窗口的唯一标识符,然后以及和的形式返回 var mainWindow = new
FirefoxDriver
·
2015-11-11 13:17
selenium
Selenium稳定性 Test
[Test] public void DriverExtension_Wait() { var driver = new
FirefoxDriver
·
2015-11-11 13:13
selenium
上一页
1
2
3
4
下一页
按字母分类:
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
其他