摘要:
阅读全文
摘要:
package rjcs; import java.io.File; import java.util.List; import org.apache.commons.io.FileUtils; import org.openqa.selenium.os.WindowsUtils; import o 阅读全文
摘要:
当然,最常见的场景就是在开发自动化测试框架里,日志文件和图片保存。 图片保存还可以用当前case的方法名,日志文件一般采用当前系统时间命名,前面截图文章,我们把图片命名为error.png, 一般来说这样写法是不对的,因为我们写死了,很多情况下我们是借助系统当前时间来区分不同图片或者日志文件。 方法 阅读全文
摘要:
package rjcs; import java.io.File; import java.util.List; import org.apache.commons.io.FileUtils; import org.openqa.selenium.os.WindowsUtils; import o 阅读全文
摘要:
package rjcs; import java.util.List; import org.openqa.selenium.os.WindowsUtils; import org.openqa.selenium.By; import org.openqa.selenium.WebElement; 阅读全文
摘要:
阅读全文
摘要:
package rjcs; import java.util.List; import org.openqa.selenium.By; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefox.FirefoxD 阅读全文
摘要:
package rjcs; import java.util.List; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.seleni 阅读全文
摘要:
package rjcs; import java.util.*; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium. 阅读全文
摘要:
package rjcs; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium.interactions.Actions; import org.openqa.selenium.support.ui 阅读全文