You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: observability/live-view.mdx
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,9 @@ The `browser_live_view_url` supports additional query parameters to customize th
35
35
36
36
-`w` / `width` (num): sets the width of the VM's screen in pixels.
37
37
-`h` / `height` (num): sets the height of the VM's screen in pixels.
38
-
-`fr`(num): sets the live view frame rate. The default frame rate is 30 FPS.
38
+
-`r` / `rate`(num): sets the live view frame rate in frames per second. The default is 30.
39
39
-`readOnly` (bool): when set to `true`, the view will be non-interactive.
40
40
41
-
Example `https://api.onkernel.com/browser/live?w=1024&h=768&fr=60readOnly=false&jwt=`
42
-
43
41
## Browser persistence
44
42
45
43
If you [marked](/launch/browser-persistence) a browser for persistence, `browser_live_view_url` remains active after the invocation ends. It remains active until you [terminate the browser](/launch/browser-termination).
0 commit comments