projecte_ionic/node_modules/webdriver-js-extender/built/spec/mock-server/commands/chromium.js
2022-02-09 18:30:03 +01:00

14 lines
No EOL
551 B
JavaScript
Executable file

"use strict";
/**
* Custom chromium commands
*
* In this file we define all the custom commands which are part of the chromium API but will probably
* never be part of the webdriver spec or JsonWireProtocol.
*/
Object.defineProperty(exports, "__esModule", { value: true });
const helpers_1 = require("./helpers");
exports.chromium = {
sendChromiumCommand: helpers_1.noopFactory('chromium/send_command'),
sendChromiumCommandAndGetResult: helpers_1.noopFactory('chromium/send_command_and_get_result')
};
//# sourceMappingURL=chromium.js.map