public class OccurrenceMatchingResult extends ComparisonResult
| Constructor and Description |
|---|
OccurrenceMatchingResult(java.util.Map<java.lang.String,java.lang.Object> input) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OccurrenceMatchingResult> |
getMultiple()
Returns the list of multiple matches (if any).
|
org.openqa.selenium.Rectangle |
getRect()
Returns rectangle of partial image occurrence.
|
getVisualization, mapToPoint, mapToRect, storeVisualization, verifyPropertyPresencepublic OccurrenceMatchingResult(java.util.Map<java.lang.String,java.lang.Object> input)
public org.openqa.selenium.Rectangle getRect()
public java.util.List<OccurrenceMatchingResult> getMultiple()
java.lang.IllegalStateException - If the accessor is called on a non-root match instance.