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, setSamplerParamsgetSelector, getSelectorName, matchesSafely, setSelectorgetInternalMatcher, setInternalMatcherpublic 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.SelfDescribingdescribeTo in class SelectorSamplerMatcher<Boolean>public static org.hamcrest.Matcher<Selector> visible()
Copyright © 2017–2022 wcm.io QA. All rights reserved.