Cloud Mode (cloud:true)
Cloud Supported vs Unsupported
Supported cloud actions and explicitly unsupported behaviors in cloud mode.
Notes
Opensteer.from(page)is unsupported in cloud mode.uploadFile,exportCookies, andimportCookiesare unsupported in cloud mode because they depend on local filesystem paths.opensteer.agent({ mode: 'cua' })is supported in cloud mode afterlaunch(). CUA actions execute against the active cloud CDP page.
Cloud Mode Limitations
These methods throw CLOUD_UNSUPPORTED_METHOD in cloud mode:
Opensteer.from(page)uploadFile()exportCookies()importCookies()
Covered Features
sdk:exportCookiessdk:fromsdk:importCookiessdk:uploadFile
