UNPKG

@appium/base-driver

Version:

Base driver class for Appium drivers

11 lines 662 B
import type { Request, Response } from 'express'; export declare const STATIC_DIR: string; /** Dynamic page mapped to /test/guinea-pig */ export declare function guineaPig(req: Request, res: Response): Promise<void>; /** Dynamic page mapped to /test/guinea-pig-scrollable */ export declare function guineaPigScrollable(req: Request, res: Response): Promise<void>; /** Dynamic page mapped to /test/guinea-pig-app-banner */ export declare function guineaPigAppBanner(req: Request, res: Response): Promise<void>; /** Dynamic page mapped to /welcome */ export declare function welcome(req: Request, res: Response): Promise<void>; //# sourceMappingURL=static.d.ts.map