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
What would you like to be added:
The click endpoint ignores elements that would trigger navigation due to jsdom's limitations. Add a way to support this.
Why is this needed:
Click navigation is part of the W3C spec, and would allow implementing some common user interactions (e.g. clicking anchor tags).
Additional context
May involve refactoring click and clear logic to be handled by the Browser.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
The
click
endpoint ignores elements that would trigger navigation due to jsdom's limitations. Add a way to support this.Why is this needed:
Click navigation is part of the W3C spec, and would allow implementing some common user interactions (e.g. clicking anchor tags).
Additional context
May involve refactoring
click
andclear
logic to be handled by theBrowser
.The text was updated successfully, but these errors were encountered: