Class Navigate
java.lang.Object
jp.co.moneyforward.autotest.actions.web.Navigate
- All Implemented Interfaces:
Act<com.microsoft.playwright.Page, com.microsoft.playwright.Page>
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionname()
Returns a name of an instance of this interface.com.microsoft.playwright.Page
perform
(com.microsoft.playwright.Page page, ExecutionEnvironment executionEnvironment) Applies this function the given argument:value
(T
) and returns the result (R
).
-
Constructor Details
-
Navigate
-
-
Method Details
-
perform
public com.microsoft.playwright.Page perform(com.microsoft.playwright.Page page, ExecutionEnvironment executionEnvironment) Description copied from interface:Act
Applies this function the given argument:value
(T
) and returns the result (R
). -
name
-