Interface SHAFT.GUI.Driver

All Superinterfaces:
DriverContract
All Known Implementing Classes:
SHAFT.GUI.Playwright, SHAFT.GUI.WebDriver
Enclosing class:
SHAFT.GUI

public static interface SHAFT.GUI.Driver extends DriverContract
Shared GUI session contract implemented by Selenium/Appium WebDriver and Playwright sessions.
  • Method Details

    • act

      SHAFT.GUI.Driver act(String intent, Object... args)
      Description copied from interface: DriverContract
      Runs a natural-language action against the current context.
      Specified by:
      act in interface DriverContract
      Parameters:
      intent - action intent
      args - action arguments
      Returns:
      this driver for fluent chaining