Class CloseBrowser

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

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

    • CloseBrowser

      public CloseBrowser()
  • Method Details

    • perform

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