verifyElement
verifyElement
open
https://sideex.github.io/example/webpage_under_test/button-to-change-color.html
COMMENT
Set the button to be hidden
setCSS
id=Button
//button[1]
//button[@id='Button']
css=#Button
visibility:hidden
COMMENT
Verify the button element being correct. The test case will continue to execute even if the command fails
COMMENT
The verifyElement command with value being 500 means verifying for 0.5 seconds
verifyElement
id=Buttons
//button[1]
//button[@id='locatorButton']
css=#locatorButton
500
COMMENT
Verify the button element being correct. The test case will continue to execute even if the command fails
verifyElement
id=Button
//button[1]
//button[@id='locatorButton']
css=#locatorButton