Class ClickBase
java.lang.Object
jp.co.moneyforward.autotest.actions.web.ClickBase
- All Implemented Interfaces:
Act<com.microsoft.playwright.Page, com.microsoft.playwright.Page>
- Direct Known Subclasses:
Click
,ClickIfPresent
-
Constructor Details
-
ClickBase
protected ClickBase(Function<com.microsoft.playwright.Page, com.microsoft.playwright.Locator> locatorFunction) Creates an object of this class.- Parameters:
locatorFunction
- A function to locate an element to click.
-
-
Method Details
-
name
-