assertIsPassword
assertIsPassword
open
https://sideex.github.io/example/webpage_under_test/input-form-for-personal-data.html
COMMENT
Asserts if the input type is "password". The test case will not keep playing if the command fails
assertIsPassword
id=password
name=password
//input[2]
//input[@id='password']
css=#password
COMMENT
The next command is intended to fail to demonstrate the termination of the test case
assertIsPassword
id=account
name=account
//input[1]
//input[@id='account']
css=#account
echo
This command will not be executed since the test case terminated due to command failure