chromium.js 551 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
"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