Browser Rendering
browser_rendering
Content
browser_rendering.content
Methods
Fetches rendered HTML content from provided URL or HTML. Check available options like gotoOptions
and waitFor*
to control page load behaviour.
browser_rendering.pdf
Methods
Fetches rendered PDF from provided URL or HTML. Check available options like gotoOptions
and waitFor*
to control page load behaviour.
Scrape
browser_rendering.scrape
Methods
Get meta attributes like height, width, text and others of selected elements.
Screenshot
browser_rendering.screenshot
Methods
Takes a screenshot of a webpage from provided URL or HTML. Control page loading with gotoOptions
and waitFor*
options. Customize screenshots with viewport
, fullPage
, clip
and others.
Snapshot
browser_rendering.snapshot
Methods
Returns the page's HTML content and screenshot. Control page loading with gotoOptions
and waitFor*
options. Customize screenshots with viewport
, fullPage
, clip
and others.