File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/crawlee/crawlers/_playwright Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,8 +144,8 @@ def __init__(
144144 This option should not be used if `browser_pool` is provided.
145145 navigation_timeout: Timeout for navigation (the process between opening a Playwright page and calling
146146 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.
147+ goto_options: Additional options to pass to Playwright's `Page.goto()` method. The `timeout` option is
148+ not supported, use `navigation_timeout` instead.
149149 kwargs: Additional keyword arguments to pass to the underlying `BasicCrawler`.
150150 """
151151 configuration = kwargs .pop ('configuration' , None )
You can’t perform that action at this time.
0 commit comments