experimental

Experimental dialoghelper capabilities.

source

iife

 iife (code:str)

Wrap javascript code string in an IIFE and execute it via add_html


source

load_screenshot_js

 load_screenshot_js (force=False, timeout=5)

Load screenshot capability and wait for confirmation it’s ready.

# load_screenshot_js()
Loading screenshot.js ...
Screenshot.js loaded and ready

source

start_screen_share

 start_screen_share (timeout=45)

Start persistent screen sharing session, waiting for confirmation.

# start_screen_share()

source

stop_screen_share

 stop_screen_share ()

Stop persistent screen sharing session.


source

capture_screen

 capture_screen ()

Capture screenshot, automatically starting screen share if needed.