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.
What would you like to be added:
The
clickendpoint 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
clickandclearlogic to be handled by theBrowser.