I\'m trying to simulate a user deleting a character from a textbox. This textbox fires many JS events, I\'ve had much trouble typing (or typeKey-ing) in ift because of this.
My Test setup consists of several Java test cases开发者_如何学JAVA running in IE6 using Selenium RC and TestNG.
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
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 have a problem: when I try to run a JUnit TestCase through Eclipse, in debug mode (using Debug as JUnit Test), it runs perfectly well (I step over each statement), but if I run it normally, not in d
SeleniumException: ERROR: Command execution failure. Please search the forum at http://clearspace.openqa.org for error details from the log window.The error message is: Permission denied.
Is there any way in Selenium ide, so that we get list and handlers for all controls provided on any page?
I am trying to capture screenshots on test failure using selenium-client and rspec.I run this command: