-
Notifications
You must be signed in to change notification settings - Fork 313
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
Add support for preNavigationHooks
in Playwright
#427
Comments
Hello and thanks for your interest in Crawlee for Python! Pre-navigation hooks are not currently supported. Before we implement this, would putting the hook code into the request handler help? Or do you need to do something before the page is loaded? |
OK, thank you, I want to change some browser properties before the page loaded, so I think it will be really helpful to support the |
I want to do something before the page loads, such as aborting when loading some images or CSS, Is there any trick available to achieve this as of now? |
Implementation from Crawlee JS: |
preNavigationHooks
in Playwright
@vdusek /assign |
We don't assign issues for hacktoberfest. If you want to contribute, open a PR whenever you're ready. First mergeable one gets merged. |
@janbuchar Thanks Mate |
@janbuchar i have created a PR to solve the issue please view it #602 |
As the title, I want to know does the crawlee-python support the
preNavigationHooks
function?The text was updated successfully, but these errors were encountered: