feat: Add `goto_options` for `PlaywrightCrawler` by Mantisus · Pull Request #1599 · apify/crawlee-python
Navigation Menu
{{ message }}
apify / crawlee-python Public
- Notifications You must be signed in to change notification settings
- Fork 705
Merged
feat: Add goto_options for PlaywrightCrawler#1599
Pijukatel merged 3 commits intoapify:masterfrom
feat: Add goto_options for PlaywrightCrawler#1599
Pijukatel merged 3 commits intoapify:masterfrom
Conversation
Copy link
Collaborator
Mantisus
commented
Dec 4, 2025
Mantisus
commented
Description
- This PR adds
goto_optionsforPlaywrightCrawler, which allows additional configuration ofpage.goto. - Also,
goto_optionsis now an attribute forPlaywrightPreNavCrawlingContext, for configuration inpre_navigation_hooksfor specific URLs.
Issues
Mantisus
requested review from
Pijukatel and
janbuchar
Mantisus
self-assigned this
Pijukatel approved these changes Dec 5, 2025
janbuchar reviewed Dec 5, 2025
src/crawlee/crawlers/_playwright/_playwright_pre_nav_crawling_context.py
Outdated
Show resolved
Hide resolved
src/crawlee/crawlers/_playwright/_playwright_pre_nav_crawling_context.py Outdated Show resolved Hide resolved
Mantisus
requested a review
from janbuchar
janbuchar approved these changes Dec 5, 2025
Copy link
Collaborator
janbuchar
left a comment
janbuchar
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One more comment, then it's go time
src/crawlee/crawlers/_playwright/_playwright_crawler.py
Outdated
Show resolved
Hide resolved
src/crawlee/crawlers/_playwright/_playwright_crawler.py Outdated Show resolved Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment