Class TimeoutsListener
- java.lang.Object
-
- co.verisoft.fw.selenium.listeners.TimeoutsListener
-
- All Implemented Interfaces:
org.openqa.selenium.support.events.WebDriverListener
public final class TimeoutsListener extends Object implements org.openqa.selenium.support.events.WebDriverListener
Listener class for timeouts events- Since:
- 0.0.3 (Feb 2022)
- Author:
- Nir Gallner
-
-
Constructor Summary
Constructors Constructor Description TimeoutsListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterAnyTimeoutsCall(org.openqa.selenium.WebDriver.Timeouts timeouts, Method method, Object[] args, Object result)voidafterImplicitlyWait(org.openqa.selenium.WebDriver.Timeouts timeouts, Duration duration)voidafterPageLoadTimeout(org.openqa.selenium.WebDriver.Timeouts timeouts, Duration duration)voidafterSetScriptTimeout(org.openqa.selenium.WebDriver.Timeouts timeouts, Duration duration)voidbeforeAnyTimeoutsCall(org.openqa.selenium.WebDriver.Timeouts timeouts, Method method, Object[] args)voidbeforeImplicitlyWait(org.openqa.selenium.WebDriver.Timeouts timeouts, Duration duration)voidbeforePageLoadTimeout(org.openqa.selenium.WebDriver.Timeouts timeouts, Duration duration)voidbeforeSetScriptTimeout(org.openqa.selenium.WebDriver.Timeouts timeouts, Duration duration)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openqa.selenium.support.events.WebDriverListener
afterAccept, afterAddCookie, afterAnyAlertCall, afterAnyCall, afterAnyNavigationCall, afterAnyOptionsCall, afterAnyWebDriverCall, afterAnyWebElementCall, afterAnyWindowCall, afterBack, afterClear, afterClick, afterClose, afterDeleteAllCookies, afterDeleteCookie, afterDeleteCookieNamed, afterDismiss, afterExecuteAsyncScript, afterExecuteScript, afterFindElement, afterFindElement, afterFindElements, afterFindElements, afterForward, afterFullscreen, afterGet, afterGetAttribute, afterGetCookieNamed, afterGetCookies, afterGetCssValue, afterGetCurrentUrl, afterGetLocation, afterGetPageSource, afterGetPosition, afterGetSize, afterGetSize, afterGetTagName, afterGetText, afterGetText, afterGetTitle, afterGetWindowHandle, afterGetWindowHandles, afterIsDisplayed, afterIsEnabled, afterIsSelected, afterMaximize, afterPerform, afterQuit, afterRefresh, afterResetInputState, afterSendKeys, afterSendKeys, afterSetPosition, afterSetSize, afterSubmit, afterTo, afterTo, beforeAccept, beforeAddCookie, beforeAnyAlertCall, beforeAnyCall, beforeAnyNavigationCall, beforeAnyOptionsCall, beforeAnyWebDriverCall, beforeAnyWebElementCall, beforeAnyWindowCall, beforeBack, beforeClear, beforeClick, beforeClose, beforeDeleteAllCookies, beforeDeleteCookie, beforeDeleteCookieNamed, beforeDismiss, beforeExecuteAsyncScript, beforeExecuteScript, beforeFindElement, beforeFindElement, beforeFindElements, beforeFindElements, beforeForward, beforeFullscreen, beforeGet, beforeGetAttribute, beforeGetCookieNamed, beforeGetCookies, beforeGetCssValue, beforeGetCurrentUrl, beforeGetLocation, beforeGetPageSource, beforeGetPosition, beforeGetSize, beforeGetSize, beforeGetTagName, beforeGetText, beforeGetText, beforeGetTitle, beforeGetWindowHandle, beforeGetWindowHandles, beforeIsDisplayed, beforeIsEnabled, beforeIsSelected, beforeMaximize, beforePerform, beforeQuit, beforeRefresh, beforeResetInputState, beforeSendKeys, beforeSendKeys, beforeSetPosition, beforeSetSize, beforeSubmit, beforeTo, beforeTo, onError
-
-
-
-
Method Detail
-
beforeAnyTimeoutsCall
public void beforeAnyTimeoutsCall(org.openqa.selenium.WebDriver.Timeouts timeouts, Method method, Object[] args)- Specified by:
beforeAnyTimeoutsCallin interfaceorg.openqa.selenium.support.events.WebDriverListener
-
afterAnyTimeoutsCall
public void afterAnyTimeoutsCall(org.openqa.selenium.WebDriver.Timeouts timeouts, Method method, Object[] args, Object result)- Specified by:
afterAnyTimeoutsCallin interfaceorg.openqa.selenium.support.events.WebDriverListener
-
beforeImplicitlyWait
public void beforeImplicitlyWait(org.openqa.selenium.WebDriver.Timeouts timeouts, Duration duration)- Specified by:
beforeImplicitlyWaitin interfaceorg.openqa.selenium.support.events.WebDriverListener
-
afterImplicitlyWait
public void afterImplicitlyWait(org.openqa.selenium.WebDriver.Timeouts timeouts, Duration duration)- Specified by:
afterImplicitlyWaitin interfaceorg.openqa.selenium.support.events.WebDriverListener
-
beforeSetScriptTimeout
public void beforeSetScriptTimeout(org.openqa.selenium.WebDriver.Timeouts timeouts, Duration duration)- Specified by:
beforeSetScriptTimeoutin interfaceorg.openqa.selenium.support.events.WebDriverListener
-
afterSetScriptTimeout
public void afterSetScriptTimeout(org.openqa.selenium.WebDriver.Timeouts timeouts, Duration duration)- Specified by:
afterSetScriptTimeoutin interfaceorg.openqa.selenium.support.events.WebDriverListener
-
beforePageLoadTimeout
public void beforePageLoadTimeout(org.openqa.selenium.WebDriver.Timeouts timeouts, Duration duration)- Specified by:
beforePageLoadTimeoutin interfaceorg.openqa.selenium.support.events.WebDriverListener
-
afterPageLoadTimeout
public void afterPageLoadTimeout(org.openqa.selenium.WebDriver.Timeouts timeouts, Duration duration)- Specified by:
afterPageLoadTimeoutin interfaceorg.openqa.selenium.support.events.WebDriverListener
-
-