I have recently started a automated testing project using selenium 2.0.The api feels very low level and I\'m looking to refactor some of the common stuff like form handling before writing too much rep
Just wondering if there is a better way to get values from a table in selenium 2.I am currently using 2 for loops I loop over each TR and within each TR I loop over all TD.so for example if I have a t
How do you simulate drag and drop functionality from rspec request specs? I have #divItem element I am dragging and dropping in #divContainer element (jquery). On page refresh I want to make sure tha
I\'m currently having a problems with a window not coming up during tests in Internet Explorer.I\'m using Selenium-RC 2.6.0, programming my tests in C# and launching them using NUnit.
Lets say i have the following snippet in my web page: <p> This is some text </p> I want WebDriver to select \"some\" in this text, as if the user selected it. How should i do this? I know ho
I am writing a scenario for signup form. @abc @selenium Scenario:Non registered user signs up Given I am on the sign-up page
I\'ve been usi开发者_StackOverflow中文版ng Selenium IDE for regression tests, but as the number of test cases increases, I\'ve moved it over to Jenkins to run.
I want to know how the selenium selectWindow selects the window is it according to session. i.e. If I have two sessions in parallel and both the sessions are selecting pop-up window with same name MyW
<b> <s> <b>---</b> (1) <b>---</b> (2) </s> </b> <s> <b>---</b> (3)
Google made an update to Chrome over the weekend and I am trying to run some automated tests using Selenium. Ever since the update, every few 5 or 6 runs results in the following error. I run the test