Skip to content

Commit

Permalink
docs: markdown links instead of naked urls, mayhaps
Browse files Browse the repository at this point in the history
  • Loading branch information
barjin committed Jan 8, 2025
1 parent 5c72de0 commit 3393229
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/crawlee/crawlers/_playwright/_playwright_crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ def __init__(
browser_type: The type of browser to launch ('chromium', 'firefox', or 'webkit').
This option should not be used if `browser_pool` is provided.
browser_launch_options: Keyword arguments to pass to the browser launch method. These options are provided
directly to Playwright's `browser_type.launch` method. For more details, refer to the Playwright
documentation: https://playwright.dev/python/docs/api/class-browsertype#browser-type-launch.
directly to Playwright's `browser_type.launch` method. For more details, refer to the
[Playwright documentation](https://playwright.dev/python/docs/api/class-browsertype#browser-type-launch).
This option should not be used if `browser_pool` is provided.
browser_new_context_options: Keyword arguments to pass to the browser new context method. These options
are provided directly to Playwright's `browser.new_context` method. For more details, refer to the
Playwright documentation: https://playwright.dev/python/docs/api/class-browser#browser-new-context.
[Playwright documentation](https://playwright.dev/python/docs/api/class-browser#browser-new-context).
This option should not be used if `browser_pool` is provided.
headless: Whether to run the browser in headless mode.
This option should not be used if `browser_pool` is provided.
Expand Down

0 comments on commit 3393229

Please sign in to comment.