摘要:
元素定位 元素定位需要了解 HTML 基础标签 1.使用 id 定位 driver.findElement(By.id(“id的值”) 2.使用 name 定位 driver.findElement(By.name(“name的值”) 3.使用 链接 定位 driver.findElement(By 阅读全文
摘要:
1.使用ChromeOptions打开浏览器 import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.chrome.ChromeO 阅读全文
摘要:
介绍 1.selenium版本 selenium 1: selenium IDE :Firefox插件,录制,回放 selenium RC:JS类库,支持各种语言 selenium Grid:分布式执行,主机控制执行机执行代码 selenium 2:selenium 1+webdriver(谷歌产品 阅读全文