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 Detail

      • run

        boolean run​(D driver)
        Implementation of the action code.
        Parameters:
        driver - The driver used by the action.
        Returns:
        True if action passed.