ExpectedConditions API
使用
public boolean isPresent(String xpath, int waitingTimeInSec) {
try {
WebDriverWait wait = new WebDriverWait(webDriver, waitingTimeInSec);
wait.until(ExpectedConditions.presenceOfAllElementsLocatedBy(By.xpath(xpath)));
} catch (NoSuchElementException e) {
return false;
}
return true;
}
文档
方法名 | 功能 |
---|---|
titleIs( String title) | 判断当前页面的title是否精确等于预期 |
titleContains( String title) | 判断当前页面的title是否包含预期字符串 |
urlToBe( String url) | 判断当前页面的url是否精确等于预期 |
urlContains( String fraction) | 判断当前页面的url是否包含预期字符串 |
urlMatches( String regex) | 字符串正则表达式 |
presenceOfElementLocated( By locator) | 判断元素是否出现,只要有一个元素出现,就通过。(代表在不代表可见)判断是否至少有 1 个元素存在于 dom 树中。举个例子,如果页面上有 n 个元素的 class 都是’column-md-3’,那么只要有 1 个元素存在,这个方法就返回 True。 |
presenceOfElementsLocated( By locator) | 判断元素是否出现,必须所有符合条件的元素都加载出来,才通过。 |
elementIfVisible(WebElement element) | 如果给定元素是可见的且具有非零大小,否则为null |
presenceOfAllElementsLocatedBy( By locator) | 判断元素是否出现。 |
visibilityOfElementLocated( By locator) | 传入类型为:locator 判断某个元素是否可见. 可见代表元素非隐藏,并且元素宽和高都不等于 |
visibilityOfAllElementsLocatedBy( By locator) | 判断某组元素是否可见 |
visibilityOfAllElements(final List elements) | 传入类型为:element 判断某个元素是否可见. 可见代表元素非隐藏,并且元素宽和高都不等于 |
textToBePresentInElement( WebElement element, String text) | 判断某个元素中的text是否包含了预期的字符串; |
textToBePresentInElement(By locator, String text) | 判断某个元素中的 text 是否 包含 了预期的字符串 |
textToBePresentInElementLocated(final By locator, final String text) | 判断某个元素中的 text 是否 包含 了预期的字符串 |
textToBePresentInElementValue( WebElement element, String text) | 判断某个元素中的 value 属性是否包含 了预期的字符串 |
textToBePresentInElementValue(final By locator, final String text) | 判断某个元素中的 value 属性是否包含 了预期的字符串 |
frameToBeAvailableAndSwitchToIt(final String frameLocator) | 断该 frame 是否可以 switch进去,如果可以的话,返回 True 并且 switch 进去,否则返回 False |
frameToBeAvailableAndSwitchToIt(final By locator) | 断该 frame 是否可以 switch进去,如果可以的话,返回 True 并且 switch 进去,否则返回 False |
invisibilityOfElementLocated(final By locator) | 某个元素中是否不存在于dom树或不可见; |
invisibilityOfElementWithText(final By locator, final String text) | 判断带有文本的元素要么不可见,要么文本不存在于元素上 |
elementToBeClickable(final By locator) | 判断某个元素中是否可见并且是enable的,这样的话才叫clickable; |
elementToBeClickable(final WebElement element) | 判断某个元素中是否可见并且是enable的,这样的话才叫clickable; |
stalenessOf(final WebElement element) | 判断一个元素是否仍在DOM中,传入WebElement对象,可以判断页面是 否刷新了。 |
refreshed(final ExpectedCondition condition) | |
elementToBeSelected(WebElement element) | 页面元素处于被选中状态 |
elementSelectionStateToBe( WebElement element, boolean selected) | 判断某个元素的选中状态是否符合预期,传入element |
elementToBeSelected(By locator) | 判断某个元素是否被选中了,一般用在下拉列表; |
elementSelectionStateToBe(final By locator, final boolean selected) | 判断某个元素的选中状态是否符合预期,传入locator |
alertIsPresent() | 判断页面上是否存在alert。 |
not(final ExpectedCondition<?> condition) | |
WebElement findElement(By by, WebDriver driver) | |
List findElements(By by, WebDriver driver) | |
isElementPresent(By.id("xxx") |
Refer
https://blog.csdn.net/kuangjuelian229/article/details/89426477
ExpectedConditions API的更多相关文章
- selenium之ExpectedConditions类
API中对于该类的介绍:Canned ExpectedConditions which are generally useful within webdriver tests.很笼统,大概意思就是在w ...
- 5.6 WebDriver API实例讲解(16-30)
16.操作单选框 被测试的网页为Demo1. Java语言版本的API实例代码: public static void operateRadio(){ driver.get("file:// ...
- Selenium 2.0 WebDriver 自动化测试 使用教程 实例教程 API快速参考
Selenium 2.0 WebDriver 自动化测试 使用教程 实例教程 API快速参考 //System.setProperty("webdriver.firefox.bin" ...
- WebDriver API 实例详解(三)
二十一.模拟鼠标右键事件 被测试网页的网址: http://www.sogou.com Java语言版本的API实例代码: package test; import org.testng.annota ...
- UI“三重天”之selenium--常用API和问题处理(三)
Selenium常用API: 前面两篇示例代码中用到了一些selenium的API方法,例如定位元素的八种方法.访问url.等待.操作浏览器.获取title.点击.清理等等. 有关于selenium的 ...
- 干货来袭-整套完整安全的API接口解决方案
在各种手机APP泛滥的现在,背后都有同样泛滥的API接口在支撑,其中鱼龙混杂,直接裸奔的WEB API大量存在,安全性令人堪优 在以前WEB API概念没有很普及的时候,都采用自已定义的接口和结构,对 ...
- 12306官方火车票Api接口
2017,现在已进入春运期间,真的是一票难求,深有体会.各种购票抢票软件应运而生,也有购买加速包提高抢票几率,可以理解为变相的黄牛.对于技术人员,虽然写一个抢票软件还是比较难的,但是还是简单看看123 ...
- 几个有趣的WEB设备API(二)
浏览器和设备之间还有很多有趣的接口, 1.屏幕朝向接口 浏览器有两种方法来监听屏幕朝向,看是横屏还是竖屏. (1)使用css媒体查询的方法 /* 竖屏 */ @media screen and (or ...
- html5 canvas常用api总结(三)--图像变换API
canvas的图像变换api,可以帮助我们更加方便的绘画出一些酷炫的效果,也可以用来制作动画.接下来将总结一下canvas的变换方法,文末有一个例子来更加深刻的了解和利用这几个api. 1.画布旋转a ...
随机推荐
- java web中 8080端口号被占用的问题处理,终于明白了 Address already in use: JVM_Bind(端口冲突)
1.错误描述 2011-7-20 11:05:18 org.apache.catalina.core.StandardServer await严重: StandardServer.await: cre ...
- 【异常】update更新java.sql.SQLException: Duplicate entry '2019-07-30 00:00:00-110100' for key
1 详细异常信息 User class threw exception: java.sql.SQLException: Duplicate entry '2019-07-30 00:00:00-110 ...
- MySQL 数据类型简介 创建数据表及其字段约束
数据类型介绍 MySQL 数据类型分类 整型 浮点型 字符类型(char与varchar) 日期类型 枚举与集合 具体数据类型见这篇博客 MySQL表操作中的约束 primary key 主键约束 非 ...
- Django :执行 python manage.py makemigrations 时报错 TypeError: __init__() missing 1 required positional argument: 'on_delete'
原因 执行命令 python manage.py makemigrations 报错 TypeError: __init__() missing 1 required positional argum ...
- [Spring Boot] Aspect Intro
Aspect-Oriented Programming (AOP) complements Object-Oriented Programming (OOP) by providing another ...
- Solr full improt时遇到的问题
安装和配置solr转载于:https://blog.csdn.net/u010510107/article/details/81051795jdk1.8 solr7.2 mysql8.0.17-bin ...
- Mysql入门-对表数据的增删改查
这一部分是最简单的,也是最麻烦的.简单是因为其实只包括增删该插四个部分.大体上看,增加数据.删除数据.修改数据.查询数据都不麻烦啊,我们日常都是常用的.这个谁不会呢?以前在培训机构学mysql的时候, ...
- fish-redux快速创建文件夹模板 FishReduxTemplate
推荐一款插件: 在插件plugins中搜 FishReduxTemplate
- 「美团 CodeM 初赛 Round A」试题泛做
最长树链 树形DP.我们发现gcd是多少其实并不重要,只要不是1就好了,此外只要有一个公共的质数就好了.计f[i][j]表示i子树内含有j因子的最长链是多少.因为一个数的不同的质因子个数是log级别的 ...
- AcWing:167. 木棒(dfs + 剪枝)
乔治拿来一组等长的木棒,将它们随机地砍断,使得每一节木棍的长度都不超过50个长度单位. 然后他又想把这些木棍恢复到为裁截前的状态,但忘记了初始时有多少木棒以及木棒的初始长度. 请你设计一个程序,帮助乔 ...