I use a Row Set to pass query results in my selenium framework. Occasionally the data access object throws the following
http://code.google.com/p/selenium/wiki/Grid2 i run selenium hub with java -jar ..\\DLL\\Selenium\\selenium-server-2.1.0\\selenium-server-standalone-2.1.0.jar -role hub
The below is my Selenium IDE generated XML file. <?xml version=\"1.0\" encoding=\"UTF-8\"?> <TestCase seleniumIDEVersion=\"1.0.10\" baseURL=\"http://test.com/\">
I\'m running my HTML tests as such with selenium-server 2.2: java -jar /var/lib/selenium/selenium-server.jar -ensureCleanSession -htmlSuite *firefox http://$HOST ./test/selenium/html/TestSuite.html ./
Moving my Cursor to a Element in webpage opens a drop down menu but this element is not clickable whenever user moves cursor over this element a dropdown menu opens
I\'ve been using Cucumber & Capybara for integration testing. Since the site uses a lot of javascript, i set the environment to use selenium as the javascript driver. However, it seems to keep fai
I\'m 开发者_StackOverflow社区running an HTML test suite as such: java -jar /var/lib/selenium/selenium-server.jar -browserSessionReuse -htmlSuite *firefox http://$HOST ./test/selenium/html/TestSuite.h
I\'m using extjs, so of开发者_Go百科ten I need the parent\'s ID, or the parent\'s parent\'s ID for a selector. Is there any plugin which lets me traverse up a DOM element looking for different IDs, or
I have run into an issue where I am trying to launch many tests at once(using html suites) they launch find, but the issue comes in when selenium is taking the screenshots that are in the html tests s
Issue is once the new window is spawn test hangs after the line waitForPageToLoad(3000) and finally times out. Once the test hangs if i manually fire some event in parent window test starts executing