摘要:
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)
摘要:
火狐浏览器打开: import org.openqa.selenium.firefox.FirefoxDriver; //导入火狐驱动包 System.setProperty("webdriver.firefox.bin","C:\\Program Files (x86)\\Mozilla Fire 阅读全文
posted @ 2020-04-21 14:53
小白龙白龙马
阅读(197)
评论(0)
推荐(0)