Test Verifications
|
open |
./tests/html/test_verifications.html?foo=bar |
|
verifyLocation |
/tests/html/test_verifications.html |
|
verifyLocation |
/tests/html/test_verifications.html?foo=bar |
|
verifyValue |
theText |
the text value |
verifyNotValue |
theText |
not the text value |
verifyValue |
theHidden |
the hidden value |
verifyText |
theSpan |
this is the span |
verifyNotText |
theSpan |
blah blah |
verifyTextPresent |
this is the span |
|
verifyTextNotPresent |
this is not the span |
|
verifyElementPresent |
theSpan |
|
verifyElementPresent |
theText |
|
verifyElementNotPresent |
unknown |
|
verifyTable |
theTable.1.0 |
c |
verifySelected |
theSelect |
index=1 |
verifySelected |
theSelect |
value=option2 |
verifySelected |
theSelect |
value=opt* |
verifySelected |
theSelect |
label=second option |
verifySelected |
theSelect |
second option |
verifySelected |
theSelect |
id=o2 |
verifySelectOptions |
theSelect |
first option,second option,third\,\,option |
verifyAttribute |
theText@class |
foo |
verifyNotAttribute |
theText@class |
fox |
verifyTitle |
theTitle |
|
verifyNotTitle |
Blah Blah |
|