I am getting the following error Just to add this code was working fine earlier. I havent changed anything. The firefox browser open but nothing happens. I can see webdriver written in bottom right.
Currently, I\'m running selenium HTML tests like this: java -jar scripts/selenium-server-standalone-2.4.0.jar -browserSessionReuse -htmlSuite *firefox $targetServer ./test/selenium/html/TestSuite.htm
I\'m working on a Selenium-based continuous integration server for website testing. We can only afford one Windows box at the moment, so it has to provi开发者_C百科de for our IE7, IE8, and IE9 testing
There\'s a webpage I\'m trying to test that has multiple textboxes. Each textbox has its own specific validation message that is hidden.
I have done this before but seem to be having a brain freeze and google is not helping I have selenium 2 web driver in Java with eclipse and I simply want to run a script (class, java) fro开发者_开发
I\'m trying to learn some selenium webdriver using C#. My problem: I wan\'t to access a list using an index.
I tried to use Selenium for the automation testing script. The testing web page used SWFUpload for uploading. I don\'t see any api in Selenium to resolve the upload.
I have an element styled with a css hover. I tried using this page.execute_script(“$(‘#{selector}’).mouseover();”)
I am trying to log messages to Selenium RC\'s log through Javascript. Forexample seleniumRc.log(\'Statement\')开发者_高级运维;
Recently I\'ve been trying to adapt Selenium 1 test cases designed to work in Firefox on Linux to Internet Explorer on Windows Vista. I installed the non-Grid version of Selenium on the Windows Vista