liveURL to a web-based, real-time view of the browser running inside the container. You can use this URL to observe the browser’s state, or even take control and interact with the page manually.
<iframe> within your own application for a seamless integration.
Read-only Mode
For scenarios where you only want to provide observation capabilities without allowing interaction, you can append thereadOnly=true query parameter to the URL. This is useful for demos, monitoring, or collaborative sessions where you want to prevent accidental interference.