askui
Version:
Reliable, automated end-to-end-testing that depends on what is shown on your screen instead of the technology you are running on
12 lines (11 loc) • 353 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ControlRequest = void 0;
class ControlRequest {
constructor(controlCommand) {
this.controlCommand = controlCommand;
this.msgName = ControlRequest.msgName;
}
}
exports.ControlRequest = ControlRequest;
ControlRequest.msgName = 'CONTROL_REQUEST';