Interface Action<D extends org.openqa.selenium.WebDriver>
-
- Type Parameters:
D- Driver type supported by this action.
public interface Action<D extends org.openqa.selenium.WebDriver>Represents an addon action that can be uploaded and executed inside a recorder test.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanrun(D driver)Implementation of the action code.
-
-
-
Method Detail
-
run
boolean run(D driver)
Implementation of the action code.- Parameters:
driver- The driver used by the action.- Returns:
- True if action passed.
-
-