UNPKG

appium-espresso-driver

Version:
12 lines 377 B
import { AndroidDriver } from 'appium-android-driver'; export const newMethodMap = { ...AndroidDriver.newMethodMap, '/session/:sessionId/appium/device/get_clipboard': { POST: { command: 'getClipboard', payloadParams: { optional: ['contentType'] }, deprecated: true, }, }, }; //# sourceMappingURL=method-map.js.map