Package io.testproject.sdk.drivers
Interface ActionRunner<D extends org.openqa.selenium.WebDriver>
-
- Type Parameters:
D- Driver type that actions must support.
- All Superinterfaces:
ReportingDriver
- All Known Implementing Classes:
AndroidDriver,ChromeDriver,EdgeDriver,FirefoxDriver,InternetExplorerDriver,IOSDriver,RemoteWebDriver,SafariDriver
public interface ActionRunner<D extends org.openqa.selenium.WebDriver> extends ReportingDriver
Extends the ReportingDriver with support for addons execution.
-
-
Field Summary
-
Fields inherited from interface io.testproject.sdk.drivers.ReportingDriver
LOG
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default AddonsHelper<D>addons()Provides access to the addons functionality.-
Methods inherited from interface io.testproject.sdk.drivers.ReportingDriver
getReportingCommandExecutor, getScreenshot, report, stop
-
-
-
-
Method Detail
-
addons
default AddonsHelper<D> addons()
Provides access to the addons functionality.- Returns:
AddonsHelperinstance.
-
-