Interface CanReplaceElementValue

    • Method Detail

      • replaceElementValue

        default void replaceElementValue​(org.openqa.selenium.remote.RemoteWebElement element,
                                         java.lang.String value)
        Replaces element value with the given one.
        Parameters:
        element - The destination element.
        value - The value to set.