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
NQA
selenium.Cookie 转 okhttp3.Cookie
packageorg.rx.util;importlombok.SneakyThrows;importokhttp3.HttpUrl;importorg.ope
nqa
.selenium.Cookie;importorg.rx.core.NQuery
小范f-li.cn
·
2020-06-27 12:52
Selenium(Java)——日期控件定位及操作
代码:packagecom.ceres.demos;importorg.ope
nqa
.selenium.By;importorg.ope
nqa
.s
Ceres爱吃鱼
·
2020-06-27 06:21
Selenium
Java编写自动化脚本
packagecom.selenium.test;importorg.ope
nqa
.selenium.By;importorg.ope
nqa
.selenium.WebDriver;importorg.ope
nqa
.selenium.chrome.ChromeDriver
展望之客
·
2020-06-27 03:51
软件测试
Java+Selenium3方法篇32-处理不安全连接
packagelessons;importorg.ope
nqa
.selenium.WebDriver;i
Anthony_tester
·
2020-06-27 01:30
APP——自动化——java——程序安装好,直接调用
importjava.net.MalformedURLException;importjava.net.URL;importjava.util.concurrent.TimeUnit;importorg.ope
nqa
.selenium.remote.DesiredCapabilities
小白龙白龙马
·
2020-06-26 19:00
CTF-06
加密后取前六位等于页面给定的这个字符串3.编写python脚本,跑验证码importhashlibdefmd5(str):m=hashlib.md5()m.update(str)q=m.hexdigest()retur
nqa
rr
斯利普
·
2020-06-26 13:40
CTF
SeleniumUI自动化测试版本兼容问题
/****/packagecom.luran.test;importorg.ope
nqa
.selenium.WebDriver;importorg.ope
nqa
.selenium.firefox.FirefoxDriver
泛音青年
·
2020-06-26 07:53
自动化测试
selenium 获取 页面元素的八个方式
packagecom.ChaptDemo01;importorg.ope
nqa
.selenium.By;importorg.ope
nqa
.selenium.WebDriver;importorg.ope
nqa
.selenium.WebElement
瓦力君
·
2020-06-25 15:21
测试
Qiskit API架构介绍(一)
有两种语言可以表达这些序列,Ope
nQA
SM和OpenPulse。Ope
nQA
SM是操作在门、度量和条件
次郎锅锅
·
2020-06-25 06:50
学习笔记
selenium报错 error while loading shared libraries: libgconf-2.so.4: cannot open shared ob (sentos 7.4)
未安装sudoyuminstallGConf2org.ope
nqa
.selenium.WebDriverException:unknownerror:Chromefailedtostart:exitedabnormally
qq_32360501
·
2020-06-25 06:53
QUndoCommand与Qt的撤销操作
QUndoStack是一个栈专门用来装QUndoCommandQUndoCommand重写他的undo()和redo()就可以进行撤销操作了同时QUndoStack还给了前进和后退的两个actio
nQA
ction
rudis04
·
2020-06-25 03:12
Qt
框架iframe进行selenium定位
如果直接定位的话,会报错:org.ope
nqa
.selenium.NoSuchElementException:nosuchelement:Unabletolocateelement。
玲玲丫
·
2020-06-24 23:19
selenium
全局变量使用
2016年11月20日全局变量使用1.extern用法第一步.m文件申明该变量//HuConfigration.hNSString*qua
nQa
unURL;第二步在对应的.h文件申明对应的外部变量(这样使用该变量的页面
wangyu2488
·
2020-06-24 17:11
Qt主要类的总结
QApplicatio
nQA
pplication类管理图形用户界面应用程序的控制流和主要设置。它包含主事件循环,在其中来自窗口系统和其它资源的所有事件被处理和调度。
lxiao428
·
2020-06-24 10:32
C++
Qt
selenium webdriver中执行js(java)
在代码中importorg.ope
nqa
.selenium.JavascriptExecutor;就可以使用executeScript、executeAsyncScript这两个方法了executeScript
慕城南风
·
2020-06-24 08:48
selenium
【Java+Selenium(5)】---- 编写第一个自动化测试脚本
直接看下代码:packageselenium_pro1;importjava.util.concurrent.TimeUnit;importorg.ope
nqa
.selenium
jeason_
·
2020-06-23 21:02
Java+Selenium
自动化测试
【Java+Selenium(3)】---- 启动Chrome
二.启动Chrome直接看代码packageselenium_pro1;importjava.util.concurrent.TimeUnit;importorg.ope
nqa
.selenium.WebDriver
jeason_
·
2020-06-23 21:02
Java+Selenium
自动化测试
Lotus notes问题与处理
NQA
1Notesclient提示NSDisRunning错误NSD是一个故障诊断的程序,安装notes时,可能已经将nsd设为了系统的默认的debug程序。
jackygits
·
2020-06-23 20:07
domino
Selenium-Java Web自动化测试-分层设计思想(PageObject)
代码目录结构2.2:代码实现2.2.1:Base部分代码SelectDriver.javapackagePageObject.Base;/***Setup1:Base内的封装**/importorg.ope
nqa
.se
AnndyTuo
·
2020-06-23 16:18
Java自动化测试
Selenium+Webdriver处理alert窗口的方法
packageorg.coderinfo.demo;importorg.ope
nqa
.selenium.Alert;importorg.ope
nqa
.selenium.By;importorg.ope
nqa
.selenium.WebDriver
Chihiro丶志
·
2020-06-23 14:19
Java自动化测试系列[v1.0.0][模拟鼠标]
packageutil;importorg.ope
nqa
.selenium.By;importorg.ope
nqa
.selenium.WebElement;importorg.ope
nqa
.selenium.interactions.Actions
Davieyang.D.Y
·
2020-06-23 03:43
Java自动化测试系列[v1.0.0][控制滚动]
packageutil;importorg.ope
nqa
.selenium.JavascriptExecutor;importorg.ope
nqa
.selenium.WebDriver;importorg.ope
nqa
.selenium.WebElement
Davieyang.D.Y
·
2020-06-23 03:43
控制滚动条
自动化测试
Selenium
基于selenium的简单Java爬虫
importorg.ope
nqa
.selenium.By;importorg.ope
nqa
.selenium.WebDriver;importorg.ope
nqa
.selenium.WebElement
daqinjun
·
2020-06-23 02:16
java
推荐几个好用且免费的SQLite图形化管理工具
下面推荐的这几个SQLite图形化管理工具,都是可以在商业用途中免费使用的:SQLiteSpyWebsite:http://www.yu
nqa
.de/delphi/doku.php/products/sqlitespy
YapingXin
·
2020-06-22 08:21
Database
SQLite
java-Selenium-Poge Object设计模式思路
(1)这里是我的一个登录页面存放的元素importorg.ope
nqa
.selenium.WebDriver;importorg.ope
nqa
.selenium.WebElement;imp
Test木羽
·
2020-06-22 05:07
【转】Linux 物理内存和虚拟内存
https://mp.weixin.qq.com/s/6kNJnVd1ZTng7nQ8zLyJvAhttps://mp.weixin.qq.com/s/xgUlAeOxvmCzynEabOr
NQA
TableofContentsLinux
rtoax
·
2020-06-22 04:51
操作系统
Linux AXI Ethernet driver
CreatedbyConfluenceWikiAdminLastupdatedNov06,2019byRadheyShyamPandeyAxiEthernetLinuxdriverforMicroblazeandZy
nqa
ndZynqUltrascale
梦幻贝壳
·
2020-06-22 01:12
xilinx
linux
[WebDriver]解决报错:tried to access method com.google.common.util.concurrent.SimpleTimeLimiter
(Ljava/util/concurrent/ExecutorService;)Vfromclassorg.ope
nqa
.selenium.net.UrlChecker报错截图如下
测试你个头
·
2020-06-21 06:46
自动化测试面试题及答案大全(4)
Ans-org.ope
nqa
.selenium3.识别某个字段的天气颜色是否不同-Stringcolor=driver.findElement(By.xpat
测试喵
·
2020-06-21 04:31
测试面试经验
APP自动化(java和python)——java操作百度浏览器
importjava.net.MalformedURLException;importjava.net.URL;importjava.util.concurrent.TimeUnit;importorg.ope
nqa
.selenium.remote.DesiredCapabilities
小白龙白龙马
·
2020-06-13 19:00
调试“元素在点上无法点击”错误
Thefullerrormessagereads:完整的错误消息显示:"org.ope
nqa
.selenium.WebDriverException:Elementisnotclickableatpoint
xfxf996
·
2020-06-08 11:41
java工作复习——格式化时间 ——判断某个路径(文件夹是否存在)——不存在则创建(创建的文件夹以当天日期命名)
importjava.io.IOException;importjava.text.DateFormat;importjava.text.SimpleDateFormat;importjava.util.Date;importorg.ope
nqa
.selenium.WebDriver
小白龙白龙马
·
2020-04-28 16:00
java工作复习——格式化时间
packagejkcs;importjava.text.DateFormat;importjava.text.SimpleDateFormat;importjava.util.Date;importorg.ope
nqa
.selenium.WebDriver
小白龙白龙马
·
2020-04-28 15:00
java工作复习——检查页面元素的文本内容是否出现——文本开头检查——文本结尾检查
packagejkcs;importorg.ope
nqa
.selenium.By;importorg.ope
nqa
.selenium.JavascriptExecutor;importorg.ope
nqa
.selenium.WebDriver
小白龙白龙马
·
2020-04-24 18:00
java工作复习——执行JS脚本——点击按钮
packagejkcs;importorg.ope
nqa
.selenium.By;importorg.ope
nqa
.selenium.JavascriptExecutor;importorg.ope
nqa
.selenium.WebDriver
小白龙白龙马
·
2020-04-24 18:00
java工作复习——执行JS脚本——滚动条02
packagejkcs;importorg.ope
nqa
.selenium.By;importorg.ope
nqa
.selenium.JavascriptExecutor;importorg.ope
nqa
.selenium.WebDriver
小白龙白龙马
·
2020-04-24 17:00
java工作复习——执行JS脚本——滚动条01
packagejkcs;importorg.ope
nqa
.selenium.JavascriptExecutor;importorg.ope
nqa
.selenium.WebDriver;importorg.ope
nqa
.selenium.firefox.FirefoxDriver
小白龙白龙马
·
2020-04-24 16:00
java工作复习——cookie的增删查
packagejkcs;importjava.util.Set;importorg.ope
nqa
.selenium.Cookie;importorg.ope
nqa
.selenium.WebDriver;
小白龙白龙马
·
2020-04-24 16:00
java工作复习——4大时间等待——显示等待
packagejkcs;importorg.ope
nqa
.selenium.By;importorg.ope
nqa
.selenium.WebDr
小白龙白龙马
·
2020-04-22 15:00
java工作复习——4大时间等待——隐式等待等待(driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);)
importjava.util.Calendar;importjava.util.NoSuchElementException;importjava.util.concurrent.TimeUnit;importorg.ope
nqa
.selenium.By
小白龙白龙马
·
2020-04-22 12:00
java工作复习——4大时间等待——强制等待(Thread.sleep(5000);)
packagejkcs;importorg.ope
nqa
.selenium.By;importorg.ope
nqa
.selenium.WebDriver;importorg.ope
nqa
.selenium.firefox.FirefoxDriver
小白龙白龙马
·
2020-04-22 12:00
java工作复习——键盘事件——action类——复制、粘贴
packagecom.test.key;importorg.ope
nqa
.selenium.By;importorg.ope
nqa
.selenium.Keys;importorg.ope
nqa
.selenium.WebDriver
小白龙白龙马
·
2020-04-22 12:00
java工作复习——键盘事件——action类——复制、粘贴
packagerjcs;importorg.ope
nqa
.selenium.By;importorg.ope
nqa
.selenium.Keys;importorg.ope
nqa
.selenium.WebElement
小白龙白龙马
·
2020-04-22 12:00
java工作复习——鼠标事件——action类——总结
packagecom.test.mouse;importjava.io.File;importorg.ope
nqa
.selenium.By;importorg.ope
nqa
.selenium.WebDriver
小白龙白龙马
·
2020-04-22 12:00
java工作复习——鼠标事件——action类——模拟鼠标从一个位置移动到另外一个位置
importjava.text.SimpleDateFormat;importjava.util.Calendar;importjava.util.List;importorg.apache.commons.io.FileUtils;importorg.ope
nqa
.selenium.TakesScreenshot
小白龙白龙马
·
2020-04-22 11:00
java工作复习——鼠标事件——action类——模拟鼠标左键操作
packagejkcs;importorg.ope
nqa
.selenium.By;importorg.ope
nqa
.selenium.WebDriver;importorg.ope
nqa
.selenium.firefox.FirefoxDriver
小白龙白龙马
·
2020-04-22 11:00
java工作复习——鼠标事件——action类——模拟鼠标悬浮操作
packagejkcs;importorg.ope
nqa
.selenium.By;importorg.ope
nqa
.selenium.WebDriver;importorg.ope
nqa
.selenium.firefox.FirefoxDriver
小白龙白龙马
·
2020-04-22 11:00
java工作复习——鼠标事件——action类——模拟鼠标右键操作
packagerjcs;importorg.ope
nqa
.selenium.By;importorg.ope
nqa
.selenium.Keys;importorg.ope
nqa
.selenium.WebElement
小白龙白龙马
·
2020-04-22 11:00
java工作复习——鼠标事件——action类——对某个元素进行双击(举例示例操作)
packagerjcs;importorg.ope
nqa
.selenium.firefox.FirefoxDriver;importorg.ope
nqa
.selenium.interactions.Actions
小白龙白龙马
·
2020-04-22 11:00
java工作复习——JavaScript的3个弹框对比总结——JavaScript的Alert弹框——confirm弹框 ——prompt弹框
引入包:importorg.ope
nqa
.selenium.Alert;js的alert弹框Alertalert=driver.switchTo().alert();//获取并创建alert对象alert.getText
小白龙白龙马
·
2020-04-22 10:00
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
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
其他