随笔分类 -  selenium

selenium automation Test Framework testng
摘要:WordPress 的 rich text采用js,先让selenium切换到iframe中driver.switchTo().frame("content_ifr");然后执行JSWebElement editor = driver.findElement(By.tagName("body"));... 阅读全文
posted @ 2014-08-30 23:10 to be crazy 阅读(4182) 评论(1) 推荐(0) 编辑
摘要:/* * this function will read from excel * and will return the items of excel */ public static String[][] readExcel(String config) ... 阅读全文
posted @ 2014-08-19 20:06 to be crazy 阅读(1203) 评论(0) 推荐(0) 编辑
摘要:package baidu; import java.io.File;import java.io.IOException; import java.util.List;import org.apache.commons.io.FileUtils; import org.openqa.seleniu... 阅读全文
posted @ 2014-08-19 20:05 to be crazy 阅读(1537) 评论(0) 推荐(0) 编辑