WHILE
WHILE
open
https://sideex.github.io/example/webpage_under_test/click-to-increase-button-size.html
COMMENT
The WHILE loop will loop for 3 times since the value is set to 3
WHILE
1==1
3
clickAt
id=demoClickAtButton
//button[1]
//button[@id='demoClickAtButton']
css=#demoClickAtButton
102,63
COMMENT
END commands should be placed at the end of IF-ELSE/WHILE/TRY-CATCH blocks.
END