waitForElementNotPresent
waitForElementNotPresent
open
https://sideex.github.io/example/webpage_under_test/delay-and-not-present.html
COMMENT
Click on the button to hide image while delay 3 seconds
clickAt
id=Button
//div[@id='dragAndDropDiv']/button[1]
//button[1]
//button[@id='Button']
css=#Button
74,62
COMMENT
Wait for element to not present
waitForElementNotPresent
id=image
//div[@id='demoDiv']/img[1]
//img[1]
//img[@id='image']
css=#image