随笔分类 -  selenium

selenium借助AutoIt识别上传(下载)详解_转载
摘要:转载自http://www.cnblogs.com/fnng/p/4188162.htmlAutoIt目前最新是v3版本,这是一个使用类似BASIC脚本语言的免费软件,它设计用于WindowsGUI(图形用户界面)中进行自动化操作。它利用模拟键盘按键,鼠标移动和窗口/控件的组合来实现自动化任务。 ... 阅读全文
posted @ 2015-04-09 16:01 王国少将 阅读(164) 评论(0) 推荐(0)
转载:selenium通过WebDriverWait实现ajax测试
摘要:AndroidDriver driver = new AndroidDriver(); driver.get("http://m.taobao.com"); WebElement inputBox = driver.findElement(By.id("J_SKey")); inputBox.... 阅读全文
posted @ 2015-01-28 10:38 王国少将 阅读(234) 评论(0) 推荐(0)
selenium执行js
摘要:import java.util.ArrayList;import java.util.concurrent.TimeUnit;import org.openqa.selenium.By;import org.openqa.selenium.JavascriptExecutor;import org... 阅读全文
posted @ 2015-01-23 15:15 王国少将 阅读(259) 评论(0) 推荐(0)