UNPKG

systelab-components-wdio-test

Version:
10 lines (9 loc) 446 B
import { Request, Response } from 'express'; export declare class ActionAPI { static click(req: Request, res: Response): Promise<any>; static moveTo(req: Request, res: Response): Promise<any>; static clear(req: Request, res: Response): Promise<any>; static write(req: Request, res: Response): Promise<any>; static tap(req: Request, res: Response): Promise<any>; static scroll(req: Request, res: Response): Promise<any>; }