This is a bit of a newbie question, but... is there a way to make actions optional in Selenium IDE? I\'ll provide a use case.
I\'m trying to use Selenium to select a row in a SmartGWT table. I have tried the following commands to no avail (the click definitely happens but the table widget doesn\'t respond):
When I use the FF plugin it records the paths of t开发者_Python百科he elements I interact with. In cases where the DOM is heavily-altered according to the user interaction, it is more convenient to el
I have a Javascript application that sends a request to yahoo Maps API and toggles a div tag\'s display with jQuery show() or hide() depending on the result.
How would I test for the following expression in Selenium? not(//select[@id=\'ddlCountry\']/@clas开发者_StackOverflows) or
I have a web page that pulls some data from my database when someone types an integer into a text box. The data ends up in some text input controls. Straightforward. The selenium that fires the ajax i
The element to match is as follows: ... some html.... <table> some <tr\'s> <tr><td>\"caption in a <a> tag\"</td><td> result value here </td></tr>
I am typing some value, on change do a total. But somehow, this event is not getting fired with selenium type command.
Problem At my workplace, we\'re trying to find the best way to create automated-tests for an almost wholly javascript-driven intranet application. Right now we\'re stuck trying to find a good tradeof
Below is the code, and the imd id is randomly generated. i want to click on the image to remove a data in the grid. but note, this image is present in more grids. so if i give src it is removing the f