上一页 1 ··· 163 164 165 166 167 168 169 170 171 ··· 204 下一页
摘要: 阅读全文
posted @ 2020-02-08 22:49 小白龙白龙马 阅读(680) 评论(0) 推荐(0) 编辑
摘要: package rjcs; import java.io.File; import java.util.List; import org.apache.commons.io.FileUtils; import org.openqa.selenium.os.WindowsUtils; import o 阅读全文
posted @ 2020-02-08 22:41 小白龙白龙马 阅读(330) 评论(0) 推荐(0) 编辑
摘要: 当然,最常见的场景就是在开发自动化测试框架里,日志文件和图片保存。 图片保存还可以用当前case的方法名,日志文件一般采用当前系统时间命名,前面截图文章,我们把图片命名为error.png, 一般来说这样写法是不对的,因为我们写死了,很多情况下我们是借助系统当前时间来区分不同图片或者日志文件。 方法 阅读全文
posted @ 2020-02-08 22:39 小白龙白龙马 阅读(184) 评论(0) 推荐(0) 编辑
摘要: package rjcs; import java.io.File; import java.util.List; import org.apache.commons.io.FileUtils; import org.openqa.selenium.os.WindowsUtils; import o 阅读全文
posted @ 2020-02-08 22:23 小白龙白龙马 阅读(406) 评论(0) 推荐(0) 编辑
摘要: package rjcs; import java.util.List; import org.openqa.selenium.os.WindowsUtils; import org.openqa.selenium.By; import org.openqa.selenium.WebElement; 阅读全文
posted @ 2020-02-08 22:12 小白龙白龙马 阅读(480) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-02-08 22:01 小白龙白龙马 阅读(228) 评论(0) 推荐(0) 编辑
摘要: package rjcs; import java.util.List; import org.openqa.selenium.By; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefox.FirefoxD 阅读全文
posted @ 2020-02-08 21:52 小白龙白龙马 阅读(440) 评论(0) 推荐(0) 编辑
摘要: package rjcs; import java.util.List; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.seleni 阅读全文
posted @ 2020-02-08 16:35 小白龙白龙马 阅读(499) 评论(0) 推荐(0) 编辑
摘要: package rjcs; import java.util.*; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium. 阅读全文
posted @ 2020-02-08 16:18 小白龙白龙马 阅读(346) 评论(0) 推荐(0) 编辑
摘要: package rjcs; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium.interactions.Actions; import org.openqa.selenium.support.ui 阅读全文
posted @ 2020-02-08 14:45 小白龙白龙马 阅读(690) 评论(0) 推荐(0) 编辑
上一页 1 ··· 163 164 165 166 167 168 169 170 171 ··· 204 下一页