Sets the viewport size for the current page. Example:Documentation Index
Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
Use this file to discover all available pages before exploring further.
setViewport(viewport: { width: 1280, height: 720 })
Returns true if the viewport was successfully set.
Definition
Arguments
viewport
ViewportOptions!
The viewport dimensions (width and height) to set.
Returns
Boolean! TheBoolean scalar type represents true or false.