We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92bf3ca commit e5f14c0Copy full SHA for e5f14c0
1 file changed
src/crawlee/crawlers/_playwright/_playwright_crawler.py
@@ -144,8 +144,8 @@ def __init__(
144
This option should not be used if `browser_pool` is provided.
145
navigation_timeout: Timeout for navigation (the process between opening a Playwright page and calling
146
the request handler)
147
- goto_options: Additional options to pass to Playwright's `Page.goto()` method. Don't support `timeout`,
148
- use `navigation_timeout` instead.
+ goto_options: Additional options to pass to Playwright's `Page.goto()` method. The `timeout` option is
+ not supported, use `navigation_timeout` instead.
149
kwargs: Additional keyword arguments to pass to the underlying `BasicCrawler`.
150
"""
151
configuration = kwargs.pop('configuration', None)
0 commit comments