Skip to content

Commit e5f14c0

Browse files
committed
also update docstring
1 parent 92bf3ca commit e5f14c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/crawlee/crawlers/_playwright/_playwright_crawler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)