Boyka Framework home page
Search...
⌘K
Support
BoykaFramework/boyka-framework
BoykaFramework/boyka-framework
Search...
Navigation
Listener Interfaces
ICookieActionsListener
Documentation
API Reference
Contributing
Community
Visit us on GitHub
Join us on Discord
API Documentation
Introduction
API Actions
ApiActions
Device Actions
DeviceActions
AndroidDeviceActions
Driver Actions
AlertActions
ContextActions
CookieActions
DriverActions
FrameActions
NavigateActions
WindowActions
Element Actions
ClickableActions
DropDownActions
ElementActions
FingerActions
FingersActions
TextBoxActions
Listener Interfaces
IApiActionsListener
ITestDataActionsListener
IDeviceActionsListener
IAndroidDeviceActionsListener
IAlertActionsListener
IContextActionsListener
ICookieActionsListener
IDriverActionsListener
IFrameActionsListener
INavigateActionsListener
IWindowActionsListener
IClickableActionsListener
IDropDownActionsListener
IElementActionsListener
IFingerActionsListener
IFingersActionsListener
ITextBoxActionsListener
Builders
Locator
ApiRequest
ApiResponse
Manager
DriverSession
ParallelSession
Utils
ErrorHandler
JsonUtil
SettingUtils
StringUtils
On this page
Implementation
onCookie (name)
onCookies
onDelete (name)
onDeleteAll
Listener Interfaces
ICookieActionsListener
Implementation
In order inject your customized logging for your reports or you want to perform any other action when handling Web cookies, you can implement this class and provide your implementations for different methods available in this listener interface.
onCookie (name)
This method will get executed after getting the cookie by its name.
onCookies
This method will get executed after getting all the cookies.
onDelete (name)
This method will get executed after deleting the cookie by its name.
onDeleteAll
This method will get executed after deleting all the cookies.
Was this page helpful?
Yes
No
IContextActionsListener
IDriverActionsListener
Assistant
Responses are generated using AI and may contain mistakes.