I\'m at wits\' end here, and hoping someone\'s ran into something similar before. I\'ve been using Selenium 2.0a2 for a while now to test my web application. Now I\'ve updated to rc3, and several tes
I\'m trying to compare a stored variable (user inputs variable value) to a predefined text.This is for testing on a beta site compared to the production site.An example of the code is as follows:
I use Selenium and Sauce Labs for testing. Is there a Selenium property to add a custom header or append a string to the user agent (like \"using Sauce Labs\")?
I\'m having kind of a big problem that I need to solve pretty quickly, but I\'m just not sure how. Right now I\'ve got an app that\'s stuck using the selenium-webdriver gem at v0.1.4.I\'m using Ubunt
I have written te开发者_JAVA技巧sts with Selenium2/WebDriver and want to test if HTTP Request returns an HTTP 403 Forbidden.
I have a very simple script for selenium to try and debug an issue I\'m having. All I do is fill in the username, then fill in the password, then check that the password I typed is in the password fie
Using capybara 1.0.0 and selenium-webdriver 0.2.0 and in a test I have something like the following to select from a dropdown.
Still making my first steps in Ruby (while dealing with some written code). I am getting the following warning each time I run spec (listed as is):
I am currently testing a web app using selenium rc with eclipse. I\'ve been having issues with a single pop up window which appears when a submit button is clicked. The confirmation window appears wit
I am a Selenium newbie ... As a JavaScript programmer, I think I want to handle JavaScript events in my Selenium-2 tests (JUnit).I am joining a team where all of the existing tests have 开发者_如何学