runscript
runScript
open
https://sideex.github.io/example/webpage_under_test/button-to-change-color.html
COMMENT
This command will run some JavaScript code which will set the button color to green
runScript
document.getElementById('Button').style.backgroundColor = "green"
//button[1]
//button[@id='=Button']
css=#\=Button