Class StoreStorageState
java.lang.Object
jp.co.moneyforward.autotest.actions.web.StoreStorageState
- All Implemented Interfaces:
Act<com.microsoft.playwright.Page, com.microsoft.playwright.Page>
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.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
-
StoreStorageState
-
-
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
).
-