Package io.testproject.sdk.internal.addons.interfaces
Interfaces representing addon actions.
-
Interface Summary Interface Description Action<D extends org.openqa.selenium.WebDriver> Represents an addon action that can be uploaded and executed inside a recorder test.ElementAction<D extends org.openqa.selenium.WebDriver> Represents an element action that can be uploaded and executed inside a recorder test.GenericAction Represents an action that can be uploaded and executed inside a recorder test and doesn't require a driver to run.