Expand description
Browser automation module
This module provides headless browser operations for rendering pages and capturing screenshots. Note: Full browser automation requires browser-commander, which depends on having Chrome installed.
For simpler HTTP fetching without JavaScript rendering, see the html module.
Enums§
- Browser
Engine - Browser engine type
Functions§
- capture_
screenshot - Capture a PNG screenshot of a URL
- render_
html - Render HTML content from a URL using a headless browser
- render_
html_ with_ timeout - Render HTML content from a URL using a headless browser and caller-provided timeout.