Headful mode provides a single URL to view the full chrome view, including the address bar. This also ensures the presented tab is always the active tab.To create a browser in headful mode, set the headless parameter to false when creating a session.
Copy
Ask AI
{ "headless": false}
Then, use the create-session response to embed the live view URL directly into an iframe:
The session_url points to the browser default first page. If your browser proccess involves creating a new page, collect the corresponding URL by using the live view URLs endpoint.
Then, use the create-session response to embed the live view URL directly into an iframe: