verifyIsPassword
verifyIsPassword
open
https://sideex.github.io/example/webpage_under_test/input-form-for-personal-data.html
COMMENT
Verify if the input type is "password". The test case will continue to execute even if the command fails
verifyIsPassword
id=account
name=account
//input[1]
//input[@id='account']
css=#account
COMMENT
Verify if the input type is "password". The test case will continue to execute even if the command fails
verifyIsPassword
id=password
name=password
//input[2]
//input[@id='password']
css=#password