Package main.Pages

Class Exit


public class Exit extends Page
Exit the current page to return to the previous page
Since:
2023-4-13
  • Constructor Details

    • Exit

      public Exit(Page previousPage)
      Constructor for Exit
      Parameters:
      previousPage - the previous page
  • Method Details

    • executable

      public Page executable()
      Main executable for this page
      Specified by:
      executable in class Page
      Returns:
      null