A WebDriver/WebElement instance from where the element will be searched. If WebDriver is passed, the element will be searched globally in the document. If WebElement is passed, the search will be relative to this element.
The locator with which to find the element
import { ojDatePicker } from '@oracle/oraclejet-webdriver/elements';
const el = await ojDatePicker(driver, By.id('my-oj-date-picker'));
Generated using TypeDoc
Retrieve an instance of OjDatePicker.