加载中
selenium官网打不开怎么办呢

功夫不负有心人啊。终于让我找到镜像网站了。(http://npm.taobao.org/mirrors) http://npm.taobao.org/mirrors/selenium 从这个网址找到最新的 selenium版本下载。但是只有java和donet的。...

selenium在使用sendkeys()时出现的问题

代码: driver.findElement(By.id("kw")).sendKeys("123"); 出现的这个问题: Exception in thread "main" java.lang.Error: Unresolved compilation problem: The method sendKeys(CharSequ...

selenium使用IE 浏览器问题

Started InternetExplorerDriver server (64-bit) 2.25.2.0 Listening on port 40961Exception in thread "main" org.openqa.selenium.WebDriverException: Unexpected error l...

2014/11/19 14:05
1.7K
selenium处理url获取问题

例如:页面上有【忘记密码】 会跳转到另一个链接地址 怎么把这个地址取出来 解决方案:点击它之后 getcurrentUrl 如果遇到不需要点击获取URL使用getAttribute("href")...

input 下面的span 标签 作为下拉框选项的点击

input类型的select在使用selenium点击的时候,要选中那个下拉框箭头,如果一次点不中,就点击两次。

2015/03/17 17:46
850

没有更多内容

加载失败,请刷新页面

返回顶部
顶部