上一页 1 ··· 136 137 138 139 140 141 142 143 144 ··· 204 下一页
摘要: 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)
摘要: package rjcs; import java.util.*; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium. 阅读全文
posted @ 2020-04-21 17:43 小白龙白龙马 阅读(339) 评论(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-04-21 16:46 小白龙白龙马 阅读(505) 评论(0) 推荐(0)
摘要: package jkcs; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import org.openqa.selenium.By; import org.openqa.selenium.We 阅读全文
posted @ 2020-04-21 16:41 小白龙白龙马 阅读(190) 评论(0) 推荐(0)
摘要: package rjcs; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium.interactions.Actions; import org.openqa.selenium.support.ui 阅读全文
posted @ 2020-04-21 15:56 小白龙白龙马 阅读(399) 评论(0) 推荐(0)
摘要: package jkcs; import java.util.*; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import o 阅读全文
posted @ 2020-04-21 15:41 小白龙白龙马 阅读(269) 评论(0) 推荐(0)
摘要: 单选框: package jkcs; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.firefox.FirefoxDriver; import org.o 阅读全文
posted @ 2020-04-21 14:55 小白龙白龙马 阅读(495) 评论(0) 推荐(0)
上一页 1 ··· 136 137 138 139 140 141 142 143 144 ··· 204 下一页