Vm

wscript API object

A VM handle obtained from lab.vm(name): the entry point to lifecycle, snapshots, input, screen matching and the guest agent.

A Vm handle is returned by lab.vm(name) (or lab.vms()). Its methods fall into five groups, each documented as its own reference:

Fallible calls return Result[..., string]; the matched screen hits return a Match and exec returns an ExecResult.