SeleniumHQ / selenium-ide

Open Source record and playback test automation for the web.
https://selenium.dev/selenium-ide/
Apache License 2.0
2.73k stars 739 forks source link

improve text selection in debug window #1785

Open BartolomeSintes opened 4 months ago

BartolomeSintes commented 4 months ago

🚀 Feature Proposal

  1. Some editors (VSCode for instance) allow the selection of the whole document clicking four times in a row. It would be nice if the debug window (the one in the right bottom corner) allowed this kind of text selection.
  2. The Control+a shortcut is another way of selecting the whole text in a document. This shortcut works in Selenium, but it shortcut copies part of the contents of the other windows and many blank lines. It should select just the debug window (or better, the focused window).
toddtarsi commented 4 months ago

@BartolomeSintes - I agree, this is important. I would also like to support text search as well. Unfortunately, this didn't make it into v97, but should be in v98