UNPKG

webdriverio

Version:

Next-gen browser and mobile automation test framework for Node.js

12 lines (9 loc) 236 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = touchAction; var _constant = require("../constant"); function touchAction(...args) { return _constant.touchAction.apply(this, args); }