Class Navigate

java.lang.Object
jp.co.moneyforward.autotest.actions.web.Navigate
All Implemented Interfaces:
Act<com.microsoft.playwright.Page, com.microsoft.playwright.Page>

public class Navigate extends Object implements Act<com.microsoft.playwright.Page, com.microsoft.playwright.Page>
  • Constructor Details

    • Navigate

      public Navigate(String url)
  • 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).
      Specified by:
      perform in interface Act<com.microsoft.playwright.Page, com.microsoft.playwright.Page>
      Parameters:
      page - An argument value.
      executionEnvironment - An environment in which this function is executed.
      Returns:
      the function result.
    • name

      public String name()
      Description copied from interface: Act
      Returns a name of an instance of this interface.
      Specified by:
      name in interface Act<com.microsoft.playwright.Page, com.microsoft.playwright.Page>
      Returns:
      A name of this instance.