selenium-ide
Is there a way to make actions optional in Selenium IDE?
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.[详细]
2023-02-10 16:08 分类:问答How do you get Selenium to work with SmartGWT components?
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):[详细]
2023-02-10 01:25 分类:问答Make Selenium record IDs, not paths
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[详细]
2023-02-09 13:29 分类:问答testing jQuery show(), hide() with Selenium IDE
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.[详细]
2023-02-08 01:34 分类:问答How do I verify an xPath expression in Selenium IDE?
How would I test for the following expression in Selenium? not(//select[@id=\'ddlCountry\']/@clas开发者_StackOverflows) or[详细]
2023-02-05 20:11 分类:问答how can I test text that is put in to input elements?
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[详细]
2023-02-05 17:05 分类:问答How to identify the element name in selenium
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>[详细]
2023-02-04 13:24 分类:问答onchange event does not get fired on selenium type command
I am typing some value, on change do a total. But somehow, this event is not getting fired with selenium type command.[详细]
2023-02-04 13:12 分类:问答Using Selenium-IDE with a rich Javascript application?
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[详细]
2023-02-02 10:52 分类:问答Selenium - Clicking on image which has random id
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[详细]
2023-02-02 08:36 分类:问答