You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now org.openqa.selenium.support.events.WebDriverEventListener supports different navigation event types (before/after navigate to/back/forward). But there is no ability to listen for refresh events. Could you please add this functionality?
The text was updated successfully, but these errors were encountered:
Currently WebDriverEventListener supports different navigation
event types, but not refresh events. This commit adds support for
refresh.
FixesSeleniumHQ#1584
Now org.openqa.selenium.support.events.WebDriverEventListener supports different navigation event types (before/after navigate to/back/forward). But there is no ability to listen for refresh events. Could you please add this functionality?
The text was updated successfully, but these errors were encountered: