随笔分类 -  java+selenium+new(webUI自动化)

摘要:package rjcs; import java.util.*; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium. 阅读全文
posted @ 2020-02-10 00:16 小白龙白龙马
摘要:package rjcs; import java.util.*; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium. 阅读全文
posted @ 2020-02-09 01:14 小白龙白龙马
摘要:package rjcs; import java.util.*; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium. 阅读全文
posted @ 2020-02-09 01:05 小白龙白龙马
摘要:package rjcs; import java.util.*; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium. 阅读全文
posted @ 2020-02-09 00:52 小白龙白龙马
摘要:package rjcs; import org.openqa.selenium.By; import org.openqa.selenium.Keys; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefo 阅读全文
posted @ 2020-02-09 00:46 小白龙白龙马
摘要:package rjcs; import org.openqa.selenium.By; import org.openqa.selenium.Keys; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefo 阅读全文
posted @ 2020-02-09 00:41 小白龙白龙马
摘要:package rjcs; import org.openqa.selenium.JavascriptExecutor; import org.openqa.selenium.firefox.FirefoxDriver; public class chuangkou { public static 阅读全文
posted @ 2020-02-08 23:14 小白龙白龙马
摘要: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 小白龙白龙马
摘要:当然,最常见的场景就是在开发自动化测试框架里,日志文件和图片保存。 图片保存还可以用当前case的方法名,日志文件一般采用当前系统时间命名,前面截图文章,我们把图片命名为error.png, 一般来说这样写法是不对的,因为我们写死了,很多情况下我们是借助系统当前时间来区分不同图片或者日志文件。 方法 阅读全文
posted @ 2020-02-08 22:39 小白龙白龙马
摘要: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 小白龙白龙马
摘要: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 小白龙白龙马
摘要: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 小白龙白龙马
摘要: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 小白龙白龙马
摘要: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 小白龙白龙马