Interface WebDriverCustomModule


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

      • execute

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