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

[EXPERIMENTAL] feature(webpage-impact): add support for custom user interactions #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alexzurbonsen
Copy link
Collaborator

Context

It would be nice to interact with the page in a custom way, depending on the webpage that is loaded. E.g. click on cookie banners, login etc.

Summary

Enable execution of custom user provided scripts on the loaded page.

Caveats:

  • this sometimes kills the page, for reasons I have not understood yet
  • the dataReloadRatio is unreliable with the current change, since the script is only executed on first load. One could change that easily. How to deal with non idempotent actions like logins then? I guess one could require the user to deal with that and check if he is already logged in, for example. But is it that easy in every case?

@alexzurbonsen alexzurbonsen force-pushed the add-support-for-custom-user-interactions branch 2 times, most recently from a550a86 to 8755661 Compare October 27, 2024 19:14
@alexzurbonsen alexzurbonsen force-pushed the add-support-for-custom-user-interactions branch from 8755661 to 3c0e337 Compare October 28, 2024 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant