Ask a question to get started
Enter to sendā¢Shift+Enter new line
Create a playwright browser.
create_sync_playwright_browser( headless: bool = True, args: Optional[List[str]] = None ) -> SyncBrowser
headless
bool
True
Whether to run the browser in headless mode. Defaults to True.
args
Optional[List[str]]
None
arguments to pass to browser.chromium.launch