verifyText
verifyText
open
https://sideex.github.io/example/webpage_under_test/noneditable-paragraph.html
COMMENT
Verify the text of the target element being correct. The test case will continue to execute even if the command fails
verifyText
id=text
//h3[1]
//h3[@id='text']
css=#text
ello SideeX!!!
COMMENT
Verify the text of the target element being correct. The test case will continue to execute even if the command fails
verifyText
id=text
//h1[1]
css=h1
Hello SideeX!!!