Versions Compared

Key

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

...

Once installed, you can find the plugin by clicking the puzzle piece in the top right hand corner of your browser.

Image RemovedImage Added


Open up the IDE by clicking Selenium IDE from the list. 

Image RemovedImage Added


Recording 

Start a recording by clicking "Record a new test in a new project"

...

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