Class OcrRegion
java.lang.Object
com.applitools.eyes.locators.BaseOcrRegion
com.applitools.eyes.playwright.locators.OcrRegion
public class OcrRegion
extends com.applitools.eyes.locators.BaseOcrRegion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.microsoft.playwright.ElementHandlecom.microsoft.playwright.Locatorcom.applitools.eyes.RegionMethods inherited from class com.applitools.eyes.locators.BaseOcrRegion
getHint, getLanguage, getMinMatch, hint, language, minMatch, region
-
Constructor Details
-
OcrRegion
public OcrRegion(com.microsoft.playwright.ElementHandle element) -
OcrRegion
public OcrRegion(com.microsoft.playwright.Locator locator) -
OcrRegion
public OcrRegion(com.applitools.eyes.Region region) -
OcrRegion
-
-
Method Details
-
getElement
public com.microsoft.playwright.ElementHandle getElement() -
getLocator
public com.microsoft.playwright.Locator getLocator() -
getSelector
-
getRegion
public com.applitools.eyes.Region getRegion()- Overrides:
getRegionin classcom.applitools.eyes.locators.BaseOcrRegion
-