Uses of Class
com.github.loyada.jdollarx.custommatchers.HasText
-
Packages that use HasText Package Description com.github.loyada.jdollarx.custommatchers Custom Hamcrest matchers for assertions in tests - supports multiple instances of browsers, as well as assertions on a W3C Document -
-
Uses of HasText in com.github.loyada.jdollarx.custommatchers
Methods in com.github.loyada.jdollarx.custommatchers that return HasText Modifier and Type Method Description static HasTextCustomMatchers. hasText(String text)Successful if element has the text equal to the given parameter in the browser/document.
-