This interface describes the functions that are needed from the driver object
passed to the factory functions in this utility. This allows tests to pass
either the main WebDriver instance or individual WebElements from which to
locate the component elemenet.
This interface describes the functions that are needed from the driver object passed to the factory functions in this utility. This allows tests to pass either the main WebDriver instance or individual WebElements from which to locate the component elemenet.
Using WebDriver instance to locate a button in the document
Using WebElement instance to locate a button underneath a <div>