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
9 lines (8 loc) • 334 B
TypeScript
import { ControlCommand } from '../../ui-control-commands';
import { RunnerProtocolRequest } from './runner-protocol-request';
export declare class ControlRequest implements RunnerProtocolRequest {
controlCommand: ControlCommand;
static msgName: string;
msgName: string;
constructor(controlCommand: ControlCommand);
}