Assistive-Webdriver

Home > vm-providers > vmFactories

vmFactories variable

Map of available virtual machine providers. The key in the map corresponds to the type property in VMSettings. The value is the VMFactory implemented by the provider.

Signature:

vmFactories: {
    [key: string]: VMFactory<any>;
}