I am trying to find a full list of Selenium RC browser launchers. So far I\'ve not been able tofind any documentation that lists them all. I\'ve gathered the following ones from various sources.
If i debug my code 开发者_如何学编程its running line by line successfully. but when i run without breakpoints it shows the following error and my script failed.
I have the following link \'Test\'in my application. <div class=\"tabUnselectedText\" align=\"center\">
I start Selenium hub to start Selenium Grid from command prompt on port 4444. Now I start Selenium RC from other command prompt.
I have a test suite DLL written in C# that uses Selenium.This is then loaded into NUnit and tests can be performed on our embedded web server boards.
I am using Selenium RC with IE 6 and XPath locators are terribly slow. So I am trying to see if javascript-xpath actually speeds up things.
I want to run tests that change t开发者_StackOverflow社区he user-agent in the http request sent from the browser (like the FF add-on, user agent switcher does). I saw you can do it by playing with the
I am using Selenium RC in C#. I have list of .cs files, Is there any way to execute all the files without opening multiple开发者_JAVA技巧 instance.To use the same session per *.cs file use the [TestFi
I\'m running selenium-rc 1.0.3 on a Mac OS X & Windows 7 and both seem to be giving my the annoying accept cert error in firefox. In reading the docs they say I should be able to just use the *fir
I am trying to start simple selenium test on OSX (just downloaded the latest version of RC), with a python client driver. But the browser can\'t start (it crashes).