UNPKG

systelab-components-wdio-test

Version:
10 lines (9 loc) 481 B
import { Request, Response } from 'express'; export declare class KeyboardAPI { static pressEscape(req: Request, res: Response): Promise<any>; static pressTab(req: Request, res: Response): Promise<any>; static pressBackspace(req: Request, res: Response): Promise<any>; static pressEnter(req: Request, res: Response): Promise<any>; static pressDelete(req: Request, res: Response): Promise<any>; static writeText(req: Request, res: Response): Promise<any>; }