Assistive-Webdriver

Home > vm-providers > VMSettings

VMSettings type

Settings specifying how to create a virtual machine. Depending on the chosen provider (determined by the type property), the required settings are different.

Signature:

export declare type VMSettings = VirtualBoxSettings | QEMUSettings;

References: VirtualBoxSettings, QEMUSettings