Lets say I have a list of links and want to click a link at random: <div id=\"divA\"> <a> first link </a>
I\'m having a hard time trying to grasp some concepts on selenium Grid/RC. What I need is to provide specifi开发者_JAVA技巧c environments (ie6-on-xp, ie7-on-xp, etc) to the tests. For what I\'ve been
Like HTTP Headers in firefox, I would like to save all the HTTP requests and responses (more importantly requests) that are sent/received during the run of selenium.
I want to select the values of attributes of an element. e.g If I have an input element <input type=\"text\" name=myInput value=\"100\">
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I wrote this code for my unit tests in c# with selenium to test my web application. In particular I\'m testing that the window for the tooltip is properly displayed and after esc key press it disappea
I\'m new to the testing world, so my question might seem a lil\' bit too naive and stupid. At risk of looking/sounding stupid, my question is this:
I have an app in which the user clicks a button, triggering an iFrame to open. I\'m having real trouble waiting for this frame to open an load before continuing.
I am using Selenium RC and I would like to know if there were any JavaScript开发者_开发百科 errors in the page.
I am using typekeys to type something and to enable a button in my applic开发者_Go百科ation. But whenever the typekeys command is executed in firefox help of the firefox gets opened.