Class OptionsListener
- java.lang.Object
-
- co.verisoft.fw.selenium.listeners.OptionsListener
-
- All Implemented Interfaces:
org.openqa.selenium.support.events.WebDriverListener
public final class OptionsListener extends Object implements org.openqa.selenium.support.events.WebDriverListener
Listener for all WebElement related actions Currently - logs only- Author:
- Nir Gallner
-
-
Constructor Summary
Constructors Constructor Description OptionsListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterAddCookie(org.openqa.selenium.WebDriver.Options options, org.openqa.selenium.Cookie cookie)voidafterAnyOptionsCall(org.openqa.selenium.WebDriver.Options options, Method method, Object[] args, Object result)voidafterDeleteAllCookies(org.openqa.selenium.WebDriver.Options options)voidafterDeleteCookie(org.openqa.selenium.WebDriver.Options options, org.openqa.selenium.Cookie cookie)voidafterDeleteCookieNamed(org.openqa.selenium.WebDriver.Options options, String name)voidafterGetCookieNamed(org.openqa.selenium.WebDriver.Options options, String name, org.openqa.selenium.Cookie result)voidafterGetCookies(org.openqa.selenium.WebDriver.Options options, Set<org.openqa.selenium.Cookie> result)voidbeforeAddCookie(org.openqa.selenium.WebDriver.Options options, org.openqa.selenium.Cookie cookie)voidbeforeAnyOptionsCall(org.openqa.selenium.WebDriver.Options options, Method method, Object[] args)voidbeforeDeleteAllCookies(org.openqa.selenium.WebDriver.Options options)voidbeforeDeleteCookie(org.openqa.selenium.WebDriver.Options options, org.openqa.selenium.Cookie cookie)voidbeforeDeleteCookieNamed(org.openqa.selenium.WebDriver.Options options, String name)voidbeforeGetCookieNamed(org.openqa.selenium.WebDriver.Options options, String name)voidbeforeGetCookies(org.openqa.selenium.WebDriver.Options options)-
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, afterAnyAlertCall, afterAnyCall, afterAnyNavigationCall, afterAnyTimeoutsCall, afterAnyWebDriverCall, afterAnyWebElementCall, afterAnyWindowCall, afterBack, afterClear, afterClick, afterClose, afterDismiss, afterExecuteAsyncScript, afterExecuteScript, afterFindElement, afterFindElement, afterFindElements, afterFindElements, afterForward, afterFullscreen, afterGet, afterGetAttribute, 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, beforeAnyAlertCall, beforeAnyCall, beforeAnyNavigationCall, beforeAnyTimeoutsCall, beforeAnyWebDriverCall, beforeAnyWebElementCall, beforeAnyWindowCall, beforeBack, beforeClear, beforeClick, beforeClose, beforeDismiss, beforeExecuteAsyncScript, beforeExecuteScript, beforeFindElement, beforeFindElement, beforeFindElements, beforeFindElements, beforeForward, beforeFullscreen, beforeGet, beforeGetAttribute, 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
-
beforeAnyOptionsCall
public void beforeAnyOptionsCall(org.openqa.selenium.WebDriver.Options options, Method method, Object[] args)- Specified by:
beforeAnyOptionsCallin interfaceorg.openqa.selenium.support.events.WebDriverListener
-
afterAnyOptionsCall
public void afterAnyOptionsCall(org.openqa.selenium.WebDriver.Options options, Method method, Object[] args, Object result)- Specified by:
afterAnyOptionsCallin interfaceorg.openqa.selenium.support.events.WebDriverListener
-
beforeAddCookie
public void beforeAddCookie(org.openqa.selenium.WebDriver.Options options, org.openqa.selenium.Cookie cookie)- Specified by:
beforeAddCookiein interfaceorg.openqa.selenium.support.events.WebDriverListener
-
afterAddCookie
public void afterAddCookie(org.openqa.selenium.WebDriver.Options options, org.openqa.selenium.Cookie cookie)- Specified by:
afterAddCookiein interfaceorg.openqa.selenium.support.events.WebDriverListener
-
beforeDeleteCookieNamed
public void beforeDeleteCookieNamed(org.openqa.selenium.WebDriver.Options options, String name)- Specified by:
beforeDeleteCookieNamedin interfaceorg.openqa.selenium.support.events.WebDriverListener
-
afterDeleteCookieNamed
public void afterDeleteCookieNamed(org.openqa.selenium.WebDriver.Options options, String name)- Specified by:
afterDeleteCookieNamedin interfaceorg.openqa.selenium.support.events.WebDriverListener
-
beforeDeleteCookie
public void beforeDeleteCookie(org.openqa.selenium.WebDriver.Options options, org.openqa.selenium.Cookie cookie)- Specified by:
beforeDeleteCookiein interfaceorg.openqa.selenium.support.events.WebDriverListener
-
afterDeleteCookie
public void afterDeleteCookie(org.openqa.selenium.WebDriver.Options options, org.openqa.selenium.Cookie cookie)- Specified by:
afterDeleteCookiein interfaceorg.openqa.selenium.support.events.WebDriverListener
-
beforeDeleteAllCookies
public void beforeDeleteAllCookies(org.openqa.selenium.WebDriver.Options options)
- Specified by:
beforeDeleteAllCookiesin interfaceorg.openqa.selenium.support.events.WebDriverListener
-
afterDeleteAllCookies
public void afterDeleteAllCookies(org.openqa.selenium.WebDriver.Options options)
- Specified by:
afterDeleteAllCookiesin interfaceorg.openqa.selenium.support.events.WebDriverListener
-
beforeGetCookies
public void beforeGetCookies(org.openqa.selenium.WebDriver.Options options)
- Specified by:
beforeGetCookiesin interfaceorg.openqa.selenium.support.events.WebDriverListener
-
afterGetCookies
public void afterGetCookies(org.openqa.selenium.WebDriver.Options options, Set<org.openqa.selenium.Cookie> result)- Specified by:
afterGetCookiesin interfaceorg.openqa.selenium.support.events.WebDriverListener
-
beforeGetCookieNamed
public void beforeGetCookieNamed(org.openqa.selenium.WebDriver.Options options, String name)- Specified by:
beforeGetCookieNamedin interfaceorg.openqa.selenium.support.events.WebDriverListener
-
afterGetCookieNamed
public void afterGetCookieNamed(org.openqa.selenium.WebDriver.Options options, String name, org.openqa.selenium.Cookie result)- Specified by:
afterGetCookieNamedin interfaceorg.openqa.selenium.support.events.WebDriverListener
-
-