I am having problems testing a pop-up menu in Selenium IDE. Within the pop-up there is a button that calls a JavaScript function (that updates a list )and closes the pop-up.
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
I\'m using PHPUnit to run my Selenium tests.I\'m using captureScreenshotOnFailure to get screenshots when my assertions fail.
Can anyone advise, how to verify specific color using css? I can do it with xpath locator. But I cannot with css.
I am testing a web app with testng and selenium. The tests mainly consist in opening several pages of the app, and do some activities specific for each page. So I have an abstract base class which per
Hey Guys, Javascript newbie here. I\'m trying to modify some existing to code开发者_如何学JAVA to instead of returning the count of elements, to actually add each of the specified elements to an array
I have written few test scripts using JUnit 4 and Selenium. I have added the jar files for JUnit and Selenium to eclipse and if I run my tests through eclipse IDE everything is working as expected.
Hi am using selenium 2.0 with netbeans IDE. I am writing a code to check if selenium server is running.But am not able to identify if its running or not because there no process in task manager or its
I have written a test using selenium IDE (with flow control extensions) that iterates through elements within 2 drop-down lists (using 2 loops) and populates a data entry form according to the element
I am selecting a row in a loop as its a dynamic table. Now I have to select a value in a drop down of one column based on the bgcolor of another column. Can any one please tell how to do this.