摘要: /* * 1.线程休眠 * 2.隐式等待 * 3.显示等待 * */ package com.sfwork; import java.util.concurrent.TimeUnit; import org.openqa.selenium.By; import org.openqa.selenium.NoSuchElementException; import org.openq... 阅读全文
posted @ 2017-05-27 15:53 王豆豆的测试观 阅读(485) 评论(0) 推荐(0) 编辑
摘要: /* * 多种形式的菜单定位,如下拉框、复选框等 */ package com.sfwork; import org.openqa.selenium.Alert; import org.openqa.selenium.By; import org.openqa.selenium.JavascriptExecutor; import org.openqa.selenium.WebDriver... 阅读全文
posted @ 2017-05-27 15:52 王豆豆的测试观 阅读(611) 评论(0) 推荐(0) 编辑
摘要: /* * 多种元素定位方式 */ package com.sfwork; import java.util.List; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.c... 阅读全文
posted @ 2017-05-27 15:50 王豆豆的测试观 阅读(734) 评论(0) 推荐(0) 编辑