Interface SHAFT.GUI.Driver
- All Superinterfaces:
DriverContract
- All Known Implementing Classes:
SHAFT.GUI.Playwright, SHAFT.GUI.WebDriver
- Enclosing class:
SHAFT.GUI
Shared GUI session contract implemented by Selenium/Appium WebDriver and
Playwright sessions.
-
Method Summary
Modifier and TypeMethodDescriptionRuns a natural-language action against the current context.Methods inherited from interface DriverContract
alert, assertThat, browser, element, getDriver, getNativeContext, getNativeDriver, quit, touch, verifyThat
-
Method Details
-
act
Description copied from interface:DriverContractRuns a natural-language action against the current context.- Specified by:
actin interfaceDriverContract- Parameters:
intent- action intentargs- action arguments- Returns:
- this driver for fluent chaining
-