public class Visible extends SelectorSamplerMatcher<Boolean>
Constructor and Description |
---|
Visible()
Constructor.
|
Visible(org.hamcrest.Matcher<Boolean> matcher)
Constructor for Visible.
|
Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
static org.hamcrest.Matcher<Selector> |
visible()
Is element defined by selector visible
|
static org.hamcrest.Matcher<Selector> |
visible(org.hamcrest.Matcher<Boolean> matcher)
Is element defined by selector visibitily matched.
|
describeMismatchSafely, describeSelector, getSamplerClass, getSamplerParams, map, setSamplerClass, setSamplerParams
getSelector, getSelectorName, matchesSafely, setSelector
getInternalMatcher, setInternalMatcher
public Visible()
public Visible(org.hamcrest.Matcher<Boolean> matcher)
Constructor for Visible.
matcher
- boolean matcher (i.e. baselining matcher)public void describeTo(org.hamcrest.Description description)
describeTo
in interface org.hamcrest.SelfDescribing
describeTo
in class SelectorSamplerMatcher<Boolean>
public static org.hamcrest.Matcher<Selector> visible()
Copyright © 2017–2022 wcm.io QA. All rights reserved.