摘要:
XML<可扩展标记语言> XML 指可扩展标记语言(EXtensible Markup Language)。 XML 是一种很像HTML的标记语言。 XML 的设计宗旨是传输数据,而不是显示数据。 XML 标签没有被预定义。您需要自行定义标签。 XML 被设计为具有自我描述性。 XML 是 W3C 阅读全文
posted @ 2016-06-28 16:01
Ashely_An
阅读(272)
评论(0)
推荐(0)
摘要:
定位下拉框,查看HTML,带有select标签 //下拉框选择上海 WebElement province = driver.findElement(By.cssSelector("select[id='companyprovince']")); Select selectProvince = ne 阅读全文
posted @ 2016-06-28 15:34
Ashely_An
阅读(488)
评论(0)
推荐(0)
摘要:
通常我们调用firefox会使用以下的语句,但是打开的却是一个干净的firefox //调用firefox浏览器 System.setProperty("webdriver.firefox.bin","C:\\Program Files (x86)\\Mozilla Firefox\\Firefox 阅读全文
posted @ 2016-06-28 15:12
Ashely_An
阅读(240)
评论(0)
推荐(0)
浙公网安备 33010602011771号