Assistive-Webdriver

Home > assistive-playwright-test > WorkerOptions

WorkerOptions interface

Set of options provided by assistive-playwright-test at the worker level which can be specified in the Playwright configuration file.

Signature:

export interface WorkerOptions 

Properties

Property Type Description
remotePlaywrightURL string URL of assistive-playwright-server to connect to. Defaults to a URL built from vmPlaywrightPortRedirection.
screenReaderURL string URL of the screen reader websocket address to connect to. Defaults to a URL built from vmPlaywrightPortRedirection.
vmId string Id of the cloned virtual machine. Defaults to an automatically generated UUID.
vmPlaywrightPort number Port of assistive-playwright-server in the virtual machine. Defaults to 7779.
vmRedirectPorts number[] Set of ports in the virtual machine to make available from the host machine. It should include vmPlaywrightPort. Defaults to an array containing only vmPlaywrightPort.
vmSettings VMSettings Specifies the virtual machine to clone.