摘要:
package rjcs; import org.openqa.selenium.By; import org.openqa.selenium.Keys; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefo 阅读全文
posted @ 2020-04-22 11:11
小白龙白龙马
阅读(325)
评论(0)
推荐(0)
摘要:
package rjcs; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium.interactions.Actions; public class xinkaishi { public stati 阅读全文
posted @ 2020-04-22 11:10
小白龙白龙马
阅读(278)
评论(0)
推荐(0)
摘要:
引入包:import org.openqa.selenium.Alert; js的alert弹框 Alert alert = driver.switchTo().alert(); //获取并创建alert对象 alert.getText(); //获取弹出框中的文字 alert.accept(); 阅读全文
posted @ 2020-04-22 10:36
小白龙白龙马
阅读(221)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2020-04-22 10:30
小白龙白龙马
阅读(202)
评论(0)
推荐(0)