-
Notifications
You must be signed in to change notification settings - Fork 629
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
disable headless auto form filling #918
Conversation
This reverts commit 73b9cc8.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems like we should review the proposed solution based upon #876 (comment). Probably form filling should be reconsidered/disabled as a whole for headless navigation as the way we are doing it is totally wrong, as it should happen via headless actions within the page context (ex. click on submit button).
Hello, Is it possible that for each request launched by page.Navigate, we search through xpaths/selector for forms and content to fill them again with predefined data and click? If this were possible, the request would be hijacked and we wouldn't have to filter requests by tag, and the navigateRequest function would suffice on its own. I don't realize how hard it would be to add such a feature |
This reverts commit 2c59b60.
Disabled headless auto form filling for now. I'll create a follow-up ticket to track this. |
hi @alban-stourbe-wmx Have you successfully solved this problem? |
Hello @Miracles666, to fix the issue, the automatic-form has been disabled with headless mode. For my case, i detect forms with the option with the standard mode only. If we really want to use automatic-form with headless mode, a new feature need to be develop to detect form and send data through the web browser. I hope you understand |
@alban-stourbe-wmx standard mode is very few things that can be crawled up ,I think this is a very serious bug。 |
That's why if you think a bit, we can use the SDK Katana to crawl your website with the headless and the standard mode together. After you can merge and the two outputs to obtain all informations ;) |
Closes #876