Package uk.co.evoco.webdriver.utils
Class ClearUtils
java.lang.Object
uk.co.evoco.webdriver.utils.TolerantInteraction
uk.co.evoco.webdriver.utils.ClearUtils
public class ClearUtils extends TolerantInteraction
-
Constructor Summary
Constructors Constructor Description ClearUtils() -
Method Summary
Modifier and Type Method Description static voidtolerantClear(org.openqa.selenium.WebElement webElement)static voidtolerantClear(org.openqa.selenium.WebElement webElement, int timeout)Methods inherited from class uk.co.evoco.webdriver.utils.TolerantInteraction
tolerantInteraction, tolerantInteraction, tolerantInteraction, tolerantInteraction, tolerantInteraction, tolerantInteractionToClear, tolerantInteractionToGetAttribute, tolerantInteractionToGetText
-
Constructor Details
-
ClearUtils
public ClearUtils()
-
-
Method Details
-
tolerantClear
public static void tolerantClear(org.openqa.selenium.WebElement webElement, int timeout) throws java.lang.Throwable- Parameters:
webElement- active WebElement, already locatedtimeout- 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
-