Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autoclick Behavior #81

Open
ikreymer opened this issue Dec 2, 2024 · 0 comments · May be fixed by #83
Open

Autoclick Behavior #81

ikreymer opened this issue Dec 2, 2024 · 0 comments · May be fixed by #83
Assignees
Labels
enhancement New feature or request

Comments

@ikreymer
Copy link
Member

ikreymer commented Dec 2, 2024

This is a generic behavior which will attempt to click on all <a> links, separate from extracting URL for the link.
The reasons for this behavior is that many <a> links trigger dynamic loading that is distinct from normal nav.
For example, an <a> may trigger a dynamic update with history API, or load additional images and not navigate away at all, etc...

The behavior needs to differentiate between links with URLs and in page or no URL links.

It will also need an onbeforeunload handler to block navigating away from the page, if there is no click handler or the page still navigates to another page...

It should also avoid duplicates, if the a link has a URL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant