Interface WebDriverCustomModule


public interface WebDriverCustomModule
Defines the operations of custom modules, which can be used in script-based test cases.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(WebDriver webDriver, String... parameters)
    Executes the custom module using the given WebDriver instance.
  • Method Details

    • execute

      void execute(WebDriver webDriver, String... parameters)
      Executes the custom module using the given WebDriver instance.
      Parameters:
      webDriver - the web driver
      parameters - the module parameters