Uses of Class
com.github.loyada.jdollarx.custommatchers.IsPresent
-
Packages that use IsPresent 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 IsPresent in com.github.loyada.jdollarx.custommatchers
Methods in com.github.loyada.jdollarx.custommatchers that return IsPresent Modifier and Type Method Description static IsPresentCustomMatchers. isPresent()Successful if element is present in the browser/document.
-