Assistive-Webdriver

Home > assistive-playwright-test > TestFixtures

TestFixtures interface

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

Signature:

export interface TestFixtures extends TestOptions 

Extends: TestOptions

Properties

Property Type Description
vmMouse VMMouse Reference to the VMMouse object that allows to control the mouse at the virtual machine level. It is automatically calibrated to the current page, which means it is possible to pass coordinates relative to the viewport of the current page.