assertPrompt
assertPrompt
open
https://sideex.github.io/example/webpage_under_test/button-to-show-prompt.html
COMMENT
Click on the button to call the prompt window
clickAt
id=Button
//button[1]
//button[@id='Button']
css=#Button
80,40
COMMENT
Asserts the prompt window being correct. The test case will not keep playing if the command fails
assertPrompt
What's your name?
COMMENT
Click on the button to call the prompt window
clickAt
id=Button
//button[1]
//button[@id='Button']
css=#Button
80,40
COMMENT
The next command is intended to fail to demonstrate the termination of the test case
assertPrompt
What's your name!
echo
This command will not be executed since the test case terminated due to command error