Class CloseWindow

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

public class CloseWindow extends Object implements Act<com.microsoft.playwright.Playwright, Void>
  • Constructor Details

    • CloseWindow

      public CloseWindow()
  • Method Details

    • perform

      public Void perform(com.microsoft.playwright.Playwright value, 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.Playwright, Void>
      Parameters:
      value - An argument value.
      executionEnvironment - An environment in which this function is executed.
      Returns:
      the function result.