Add 'window:*' events #2886
Labels
pkg/driver
This is due to an issue in the packages/driver directory
stage: ready for work
The issue is reproducible and in scope
type: enhancement
Requested enhancement of existing feature
Add a new event 'namespace'
window:*
where*
is any event you can register on thewindow
. So a user can do the following:This would bind to the window's
hashchange
event and be unbound after the test finishes running. It would rebind if the page navigates. Any arbitrary window event can be bound and receives the event as normally binding withwindow.addEventListener
.The text was updated successfully, but these errors were encountered: