I have a browser which takes certain parameters as options as shown below. testbrowser.exe -id=test -url=http://www.google.com/.
I havea table called UserManagement that contains information about the user.This table gets updated whenever new user is created. If i create two users then i need check whether two users are actuall
I would like to assert that a table row contains the data that I expect in two different tables. Using the following HTML as an example:
Using selenium-rc and the java client, I want to test a me开发者_如何学运维nu which opens when the user moves the mouse over it. It closes when the mouse leaves the menu. This is done using :hover css
I\'m using selenium rc to do functional website testing and I\'ve recently experienced a mysterious issue with safari and opera.
I am using selenium.open(), to open a URL, which prints the cookie output to the browser window: String cookiestr = \"http://my.server.com/cookie?out=text\";
I have a form text field that is being populated with a default value. I would like to clear the value and enter white space to assert that the expected validation occurs. I am using Selenium RC and t
I\'m trying to run Selenium RC 1.0.3 using Java 6, JUnit 4, and Eclipse on Snow Leopard. Here is my test class, from the Selenium docs:
I need to create a use case (using Selenium) in which I send HTTP calls with a Cookie through the browser and capture the return value in a text file.
I have a set of C# Selenium tests that need to delete a cookie that has the HttpOnly flag set. Unfortunately the DefaultSelenium.GetCookie() and DefaultSelenium.DeleteCookie() commands aren\'t able t