Embed interactive browser sessions directly into your application
live_view_url
is received when creating a session with headless: false
(which is the default mode).
headless
parameter to false
when creating a session:
live_view_url
from the response to embed the live view directly into an iframe:
style="pointer-events: none;"
attribute to the iframe:
session_url
instead of live_view_url
.