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

New Behavior Request: autoclick buttons of forms with method="post" and action #19

Open
steph-nb opened this issue Aug 30, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@steph-nb
Copy link

What website should this before be applied to?
All Websites using forms of method post and action

Is this a well known site that often needs to be archived?
It is a general feature, which when impemented should allow to use navigations based on form post-requests much better

Describe in detail what the automated behavior should do. Please be as specific as possible.
On every page, all buttons of such elements should be clicked: document.querySelectorAll('form[method="post"][action]')
After each click, it should wait sufficiently long; then navigate back one step in history
And click the next such element's button

Do you have the ability/bandwidth to contribute a pull request to implement this behavior?
No, but I have written a very simple logic when using selenium directly.
But it is not too complex anyway, I hope?

Additional context
Just as an example of a webpage, where I would use it:
https://www.defacto.expert/

@steph-nb steph-nb added the enhancement New feature or request label Aug 30, 2022
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

No branches or pull requests

1 participant