INavigateActionsListener
Implementationâ
In order inject your customized logging for your reports or you want to perform any other action when handling Web navigation actions, you can implement this class and provide your implementations for different methods available in this listener interface.
onBackâ
This method will get executed after navigating back on the web page.
onForwardâ
This method will get executed after navigating forward on the web page.
onGetUrlâ
This method will get executed after getting the current page URL.
onRefreshâ
This method will get executed after refreshing the page.
onTo (url)â
This method will get executed after navigating to the provided URL.
onVerifyUrlâ
This method will get executed after verifying the current page URL.