Package org.primefaces.selenium.internal
Class OnloadScriptsEventListener
- java.lang.Object
-
- org.primefaces.selenium.internal.OnloadScriptsEventListener
-
- All Implemented Interfaces:
org.openqa.selenium.support.events.WebDriverListener
public class OnloadScriptsEventListener extends Object implements org.openqa.selenium.support.events.WebDriverListener
-
-
Constructor Summary
Constructors Constructor Description OnloadScriptsEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterAnyNavigationCall(org.openqa.selenium.WebDriver.Navigation navigation, Method method, Object[] args, Object result)voidafterClick(org.openqa.selenium.WebElement element)voidbeforeClick(org.openqa.selenium.WebElement element)-
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, afterAnyOptionsCall, afterAnyTimeoutsCall, afterAnyWebDriverCall, afterAnyWebElementCall, afterAnyWindowCall, afterBack, afterClear, 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, afterImplicitlyWait, afterIsDisplayed, afterIsEnabled, afterIsSelected, afterMaximize, afterPageLoadTimeout, afterPerform, afterQuit, afterRefresh, afterResetInputState, afterSendKeys, afterSendKeys, afterSetPosition, afterSetScriptTimeout, afterSetSize, afterSubmit, afterTo, afterTo, beforeAccept, beforeAddCookie, beforeAnyAlertCall, beforeAnyCall, beforeAnyNavigationCall, beforeAnyOptionsCall, beforeAnyTimeoutsCall, beforeAnyWebDriverCall, beforeAnyWebElementCall, beforeAnyWindowCall, beforeBack, beforeClear, 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, beforeImplicitlyWait, beforeIsDisplayed, beforeIsEnabled, beforeIsSelected, beforeMaximize, beforePageLoadTimeout, beforePerform, beforeQuit, beforeRefresh, beforeResetInputState, beforeSendKeys, beforeSendKeys, beforeSetPosition, beforeSetScriptTimeout, beforeSetSize, beforeSubmit, beforeTo, beforeTo, onError
-
-
-
-
Method Detail
-
afterAnyNavigationCall
public void afterAnyNavigationCall(org.openqa.selenium.WebDriver.Navigation navigation, Method method, Object[] args, Object result)- Specified by:
afterAnyNavigationCallin interfaceorg.openqa.selenium.support.events.WebDriverListener
-
beforeClick
public void beforeClick(org.openqa.selenium.WebElement element)
- Specified by:
beforeClickin interfaceorg.openqa.selenium.support.events.WebDriverListener
-
afterClick
public void afterClick(org.openqa.selenium.WebElement element)
- Specified by:
afterClickin interfaceorg.openqa.selenium.support.events.WebDriverListener
-
-