Interface WebDriverCustomModule
-
public interface WebDriverCustomModuleDefines the operations of custom modules, which can be used in script-based test cases.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(WebDriver webDriver, java.lang.String... parameters)Executes the custom module using the given WebDriver instance.
-
-
-
Method Detail
-
execute
void execute(WebDriver webDriver, java.lang.String... parameters)
Executes the custom module using the given WebDriver instance.- Parameters:
webDriver- the web driverparameters- the module parameters
-
-