|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
get(String, String)
.validateAttribute("input#test", "type", "text") // validates that the "type" attribute equals "test"
.validateAttribute(css("input#test"), "type", "text") // validates that the "type" attribute equals "test"
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||