Interface WebDriverCustomModule
public interface WebDriverCustomModule
Defines the operations of custom modules, which can be used in script-based test cases.
-
Method Summary
-
Method Details
-
execute
Executes the custom module using the given WebDriver instance.- Parameters:
webDriver- the web driverparameters- the module parameters
-