selenium-ide
selenium-ide copied to clipboard
Open Source record and playback test automation for the web.
- [x] Define new type - [x] Resolve that type - [x] Export code to support that locator - [x] Disallow redefinition of default locators (id, name etc...) - [...
The plan is to not support the likes of `goto` in the IDE, rather introduce better alternatives like `if` and `while`, in order to do that we adding conversion of...
## 🐛 Bug Report I have a test with nested if statements and when the code hits the inner end statement, it should end the condition but instead it hits...
Exporting a project to python results into the following "move_to_element" code lines: `actions.move_to_element(element, 0, 0).perform()` Executing the python export results in errors because the api call is wrong. Error output...
 The attached shows not being able to scroll to some commands at the end of the script, as the scrollbar is outside the commands list panel. Also the commands...
Currently defaults to \*.\*
Consider a robust set of CLI options for test execution, the goal to allow for CI/CD and to capture robust test results ``` ERROR(S): Required option 's, side' is missing....
Consider a JSON document support for ad-hoc data to use in a test execution. Allow a test set of data (or more than one?) to be defined within the project...
It's difficult to see this command is flagged for pause. Can we use red or orange to indicate pause is selected? 
New insert command which inserts a new command entry, same as the +  