Is there a way to slow down Selenium IDE tests and record them so they can be used as instructional videos?
The default speed is configured for automated tests and is too fast for instructional videos.
If so, that would save a ton of work producing instructional videos, including updating those videos when the UI changes.
Also posted in the Selenium IDE Google group (no response so far).
Updated: this answer (thanks Emmadi Sumith Kumar) shows we can use:
Command: setSpeed
Target: 3000
I just need to work out how to:
- Remove the "Selenium IDE has started debugging this browser [cancel]" message.
- See if Selenium IDE can automatically record these videos.