Interface ElementLocatorProvider

    • Method Detail

      • getElementLocator

        ElementLocator getElementLocator​(IDTypeVerifier idVerifier,
                                         java.lang.String link)
        Get an element locator capable of locating the element pointed by this link.
        Parameters:
        idVerifier - Verifies if a given attribute type is ID.
        link - The link that points to the element.
        Returns:
        An ElementLocator capable of locating the element indicated by the given link.