public class Location extends SelectorSamplerMatcher<org.openqa.selenium.Point>
Location class.
Constructor and Description |
---|
Location(org.hamcrest.Matcher<org.openqa.selenium.Point> matcher)
Constructor for Location.
|
Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
static org.hamcrest.Matcher<Selector> |
location(org.hamcrest.Matcher<org.openqa.selenium.Point> matcher)
location.
|
describeMismatchSafely, describeSelector, getSamplerClass, getSamplerParams, map, setSamplerClass, setSamplerParams
getSelector, getSelectorName, matchesSafely, setSelector
getInternalMatcher, setInternalMatcher
public Location(org.hamcrest.Matcher<org.openqa.selenium.Point> matcher)
Constructor for Location.
matcher
- a Matcher
object.public void describeTo(org.hamcrest.Description description)
describeTo
in interface org.hamcrest.SelfDescribing
describeTo
in class SelectorSamplerMatcher<org.openqa.selenium.Point>
public static org.hamcrest.Matcher<Selector> location(org.hamcrest.Matcher<org.openqa.selenium.Point> matcher)
location.
matcher
- a Matcher
object.Matcher
object.Copyright © 2017–2022 wcm.io QA. All rights reserved.