Home > assistive-playwright-client > RemotePlaywright
Reference to objects implementing the BrowserType interface from playwright and allowing to start and control instances of chromium, firefox and webkit. This interface is returned from connectRemotePlaywright() and allows to remotely control those browsers with the Playwright API.
Signature:
export interface RemotePlaywright
Property | Type | Description |
---|---|---|
chromium | BrowserType<ChromiumBrowser> | Reference to an object implementing the BrowserType interface from playwright allowing to control chromium. |
firefox | BrowserType<FirefoxBrowser> | Reference to an object implementing the BrowserType interface from playwright allowing to control firefox. |
webkit | BrowserType<WebKitBrowser> | Reference to an object implementing the BrowserType interface from playwright allowing to control webkit. |