I saw the railscast at http://railscasts.com/episodes/257-request-specs-and-capybara which describes how to use Capybara with RSpec on a Rails application.
lib-selenium-java2.0rc2.jar and selenium-server-standalone-2.-b3.jar simple test: webDriver = new FirefoxDriver();
I have a link on a page which only appears when hovering over a certain element. But I can\'t 开发者_运维知识库figure out how to emulate this and then click on the link so I can cucumber test it using
I am trying to run through some Selenium 2.0 HTML tests through the selenium maven plugin (version 1.1) on Google Chrome (version 12.0.742.100) and I get t开发者_如何学运维he error, Cannot call method
I need to use Selenium RC on a headless Ubuntu server to run tests against a website using an external proxy server to simulate a user in a different country.
I want to test my Java EE 6 application (EJB, JPA, CDI, JSF, Primefaces) using Selenium as JUnit tests.
In Selenium 2 I want to ensure that an element on the page that the driver has loaded does not exist. I\'m including my naive implementation here.
This question already has answers here: Closed 11 years ago. Possible Duplicate: XPATH or css in selenium RC
I would like to move from开发者_运维知识库 Selenium 1 to Selenium 2. I use python binding however I can not find any get_text() functions.
I\'ve got the following XPath expression\'s working in firebug, that returns the correct element(s): $x(\"(//input[@class=\'intervalInput timeInput\'])\"), returns two elements.