I\'m trying to get开发者_开发百科 my old Selenium RC tests to function with Selenium 2.0b2 standalone.I\'m using the Selenium python driver and have not gone with the approach of running weddriver and
I\'ve got the folling HTML on a page I\'m trying to test: <div class=\"iconlist\"> <p> <a href=\"/login\"><img src=\"http://blahblahblah/icon-facebook.png\" alt=\"\"
I was trying for my web test selecting an option. An example can be found here: http://www.tizag.com/phpT/examples/formex.php
Is anyone else experiencing a latency issue with Webdriver? I have it running on Cucumber with Capybara. And it takes more than 30 seconds or even minutes to fill in a form. For some reason, it will f
I\'m using Webdriver to test my web application. When I work with FireFoxDriver or ChromeDriver everything seems to be ok. When I work with HtmlUnitDriver though things start to go wrong.
I have an rspec test using webdriver that clicks on a button... after clicking the button, the page never fully loads (which is expected and correct behaviour). After clicking the button, I want to wa
For 开发者_Go百科example with FirefoxDriver, how is it sending out clicks and commands to the firefox instance?It does this by having a webserver within the Webdriver addon for firefox. The language b
For some reason, after logging into a site like gmail, htmlunit is not working.It is not able to find html elements.
I have an \'ask_a_question\' page with an onbeforeunload function to alert the user before leaving something unsaved (hey! like SO :P). I\'m testing it using cucumber with capybara and webdriver, addi
I get this error when running my tests: org.openqa.selenium.StaleElementReferenceException: Element is no longer attached to the DOM