UNPKG

systelab-components-wdio-test

Version:
13 lines (12 loc) 643 B
import { Request, Response } from 'express'; export declare class ActionAPI { static click(req: Request, res: Response): Promise<any>; static rightClick(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 longPress(req: Request, res: Response): Promise<any>; static scroll(req: Request, res: Response): Promise<any>; static uploadFile(req: Request, res: Response): Promise<any>; }