Class SendKeysUtils

    • Constructor Detail

      • SendKeysUtils

        public SendKeysUtils()
    • Method Detail

      • tolerantType

        public static void tolerantType​(org.openqa.selenium.WebElement webElement,
                                        String textToType,
                                        int timeout)
                                 throws Throwable
        Parameters:
        webElement - active WebElement, already located
        textToType - text that should be typed
        timeout - time in seconds to keep trying
        Throws:
        Throwable - any unhandled or un-tolerated exception
      • tolerantType

        public static void tolerantType​(org.openqa.selenium.WebElement webElement,
                                        String textToType)
                                 throws Throwable
        Throws:
        Throwable