Learn how to control a remote browser using Narada
Initialize the Remote Browser
Set Up Control Script
browser_window_id
with the ID from your remote browser.Run Your First Remote Task
RemoteBrowserWindow
instance with a specific ID, Narada establishes a secure connection to that remote browser.
dispatch_request()
, you can send commands to the remote browser. These commands are executed as if they were run locally.