selenium-webdriver
Capybara + Selenium 2.0 sometimes fails to click on anchor tag
It fails to click on anchor tag <a href=\"#\" onclick=\"...some js function...;return false;\"> (I know <a href=\"#\"> is a bad practice.)[详细]
2023-04-02 10:16 分类:问答How can I run Selenium 2 Grid from an Ant build?
I\'m working on modifying our existing Selenium Grid setup so that it will work with Selenium 2. The process of setting up the hub and nodes seems to be much simpler, but I\'m having a problem getting[详细]
2023-04-02 03:47 分类:问答NoSuchElementException is occurred during implementation of InternetExplorerDriver in Selenium WebDriver
Currently, I am working on WebDriver to invoke IE browser to run the testing. But I received a NoSuchElementException when I tried to run the simple example below.[详细]
2023-04-02 02:20 分类:问答Ext JS concealing text field contents from HTML and Selenium
I\'ve been writing test automation (in Selenium2 Java, Firefox 3.6) of an application that uses a lot of ExtJS.I have been able to work around the mighty morphing开发者_Go百科 element ids pretty well,[详细]
2023-04-02 01:08 分类:问答Get HTML source of WebElement in Selenium WebDriver using Python
I\'m using the Python bindings to run Selenium WebDriver: from selenium import webdriver wd = webdriver.Firefox()[详细]
2023-04-01 20:03 分类:问答Getting session not found errors in Selenium 2 for certain browsers
I\'m sorry if this question is vague, but I have a set of Selenium WebDriver tests, and they are currently not working in Chrome or IE. For whatever reason Firefox works fine.[详细]
2023-04-01 17:02 分类:问答Selenium WebElement value empty after sending keys
I\'m running some simple form tests where values are added fields. After each value is added to a field:[详细]
2023-04-01 16:48 分类:问答Selenium CaptureEntireScreenShot throws error in IE
How to resolve this below issues while capture screen in IE? I 开发者_运维技巧have registered the snapsie.dll in C:\\Windows[详细]
2023-04-01 12:51 分类:问答installing selenium-java-2.5.0 in eclipse
I have downloaded \"selenium-java-2.5.0\" and added it to the build path of my project in eclipse, but when I try to utilize开发者_运维百科 one of the new API\'s I get a syntax error.[详细]
2023-04-01 12:01 分类:问答Selenium WebDriver and DropDown Boxes
If I want to select an option of a dropdown box, there are several ways to do that. I always used: driver.findElement(By.id(\"selection\")).sendKeys(\"Germany\");[详细]
2023-04-01 01:30 分类:问答