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