Assistive-Webdriver

Home > assistive-playwright-test > WorkerFixtures

WorkerFixtures interface

Set of fixtures provided by assistive-playwright-test at the worker level.

Signature:

export interface WorkerFixtures extends WorkerOptions 

Extends: WorkerOptions

Properties

Property Type Description
screenReader ScreenReaderClient Reference to the ScreenReaderClient object that gives access to messages from the screen reader.
vm VM Reference to the current virtual machine.
vmKeyboard VMKeyboard Reference to the VMKeyboard object that allows to control the keyboard at the virtual machine level (low-level enough so that the screen reader can catch those keyboard events).
vmMouseCalibrate CalibrateMouseFunction Mouse calibration function, allowing to calibrate the mouse for a specific page.
vmPlaywrightPortRedirection PortRedirection Specifies how the virtual machine port from the vmPlaywrightPort setting can be reached from the host machine.