browser_live_view_url
provided when you create a Kernel browser:
Query parameters
Thebrowser_live_view_url
supports additional query parameters to customize the live view:
readOnly
(bool): when set totrue
, the view will be non-interactive.
Kiosk mode
Kiosk mode provides a fullscreen live view experience without browser UI elements like the address bar and tabs. You can enable kiosk mode when creating a browser by setting thekiosk_mode
parameter to true
.
Browser persistence
browser_live_view_url
becomes invalid once the browser is deleted manually or via timeout.