• Retrieve an instance of OjDatePicker.

    Parameters

    • driver: DriverLike

      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.

    • by: By

      The locator with which to find the element

    Returns Promise<OjDatePicker>

    Example

    import { ojDatePicker } from '@oracle/oraclejet-webdriver/elements';
    const el = await ojDatePicker(driver, By.id('my-oj-date-picker'));

Generated using TypeDoc