selenium-ide icon indicating copy to clipboard operation
selenium-ide copied to clipboard

Make it quicker to play when recording

Open mattmundell opened this issue 3 years ago • 2 comments

🚀 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 dialog from the "Play From Here" menu item.

Motivation

When I'm creating and editing tests I am constantly switching between recording and playing. These two items get in the way. For instance I reach for the play button almost every time, and then have to break my flow slightly to remember why it is greyed out.

Example

1 Click the Record icon 2 Do some things on the page 3 Click Record again to stop it <= remove this step 4 Click Play which is now enabled

1 Click the Record icon 2 Do some things on the page 3 Right click on a command in the Selenium window 4 Click Play From Here 5 Click Playback in the Stop Recording dialog <= remove this step

Play button would be on all the time and would simply stop the recording. Play From Here menu item would do the same, without asking for confirmation.

mattmundell avatar Feb 19 '22 09:02 mattmundell

@mattmundell - This is a great suggestion. We're actually right in the midst of doing the v4 work, but something like this should really not be bad to include as part of that. I'll add this issue to the v4-beta milestone so we keep it in mind 😄

toddtarsi avatar Feb 22 '22 14:02 toddtarsi

This seems to be done, at least in my experience, playback via electron in v4 is now the fastest playback I can get, at least on par with side-runner.

Rowdster avatar Apr 15 '22 22:04 Rowdster

This is in v4

toddtarsi avatar Nov 18 '22 14:11 toddtarsi

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

github-actions[bot] avatar Dec 19 '22 01:12 github-actions[bot]