verifyValue
verifyValue
open
https://sideex.github.io/example/webpage_under_test/input-form-for-personal-data.html
COMMENT
Set the value of the input box
sendKeys
id=account
name=account
//input[1]
//input[@id='account']
css=#account
sideex@mail.testing
COMMENT
Verify the value of the input element being correct. The test case will continue to execute even if the command fails
verifyValue
id=account
name=account
//input[1]
//input[@id='account']
css=#account
ideex@mail.testing
COMMENT
Verify the value of the input element being correct. The test case will continue to execute even if the command fails
verifyValue
id=account
name=account
//input[1]
//input[@id='account']
css=#account
sideex@mail.testing