Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://chrome.google.com/webstore/detail/selenium-ide/mooikfkahbdckldjjndioackbalphokd/related

https://ui.vision/rpa/docs/selenium-ide/executescript

Using the Plugin

Opening the Plugin

...

Now that you have saved your recording, you can modify it and replay.

Commands

https://www.selenium.dev/selenium-ide/docs/en/api/commands

https://ui.vision/rpa/docs/selenium-ide

Examples

Wait for a appointment

CommandTargetValue
do

pause10000
open/src/
set window size1417x1181
clickid=select-service
selectid=select-service
execute scriptreturn document.getElementById("wizard-frame-2").style.display != "none";aptAvail
repeat if${aptAvail}==false
execute scriptvar audio = new Audio("https://www.myinstants.com/media/sounds/jeopardy.mp3"); audio.play();
execute scriptalert("BOOK YOUR APT");


References