selenium-ide
selenium-ide copied to clipboard
Open Source record and playback test automation for the web.
Will be useful to see line numbers for commands, as test results often indicate script line number. 
Trying to load the attached side file is causing a blank screen for me in the project window. Similarly, playback of other scripts with run are drawing the project window...
When editing the values within the commands themselves, the delete and backspace keys will remove the entire command with no undo. Consider removing delete and backspace to remove a command...
## 🚀 Feature Proposal Reduce UI overhead of switching from recording to playing: - enable the play button in the top bar when recording is active - remove the confirmation...
## 🐛 Bug Report When running the following command: `selenium-side-runner -c 'chromeOptions.args=[headless]' ./test2.side` The following error is returned: "TypeError: Target browser must be a string, but is ; did you...
Hi, Please how to force click key Arrow down in selenium ide
## 🚀 Feature Proposal The plugin support should allow plugins to access variables. ## Motivation My plugin collects data during the test which the test author might like access to....
[Banner9Test_SeleniumHQ.side.zip](https://github.com/SeleniumHQ/selenium-ide/files/4418095/Banner9Test_SeleniumHQ.side.zip) ## 🐛 Bug Report A clear and concise description of what the bug is. I have Selenium IDE test scripts (.side files) that I've created; and I'm running them...
Hi , I test alert(); wirth command execute script in mozilla firefox but not working. please can you help me to fix this error
## 🐛 Bug Report When using the Chrome Selenium IDE extension to run a test playback, the test passes successfully, but never fires the last step when it should click...