• Register a constructor for a custom WebElement for a given tag name.

    Parameters

    • tagName: string

      The DOM tag name for the custom element

    • ctor: (new (el, locators) => OjWebElement)

      The constructor function for the custom WebElement

    Returns void

Generated using TypeDoc