mirror of
https://github.com/appium/appium.git
synced 2026-04-27 22:10:35 -05:00
133db5355f
this reformats all `.js`, `.ts`, and `.d.ts` files.
jsonwp-status
Library of status codes for the Selenium JSON Wire Protocol.
Usage
import { statusCodes } from 'appium-base-driver';
statusCodes.NoSuchContext;
// -> {code: 35, summary: 'No such context found'}
import { getSummaryByCode } from 'appium-base-driver';
getSummaryByCode(0);
// -> 'The command executed successfully.'