Class ClearUtils

java.lang.Object
uk.co.evoco.webdriver.utils.TolerantInteraction
uk.co.evoco.webdriver.utils.ClearUtils

public class ClearUtils
extends TolerantInteraction
  • Constructor Details

  • Method Details

    • tolerantClear

      public static void tolerantClear​(org.openqa.selenium.WebElement webElement, int timeout) throws java.lang.Throwable
      Parameters:
      webElement - active WebElement, already located
      timeout - time in seconds to keep trying
      Throws:
      java.lang.Throwable - any unhandled or un-tolerated exception
    • tolerantClear

      public static void tolerantClear​(org.openqa.selenium.WebElement webElement) throws java.lang.Throwable
      Parameters:
      webElement - active WebElement, already located
      Throws:
      java.lang.Throwable - any unhandled or un-tolerated exception