UNPKG

@testim/testim-cli

Version:

Command line interface for running Testing on you CI

19 lines (15 loc) 336 B
/** * * Get the current page source. * * @returns {String} The current page source. * * @see https://code.google.com/p/selenium/wiki/JsonWireProtocol#/session/:sessionId/source * @type protocol * */ module.exports = function source () { return this.requestHandler.create( '/session/:sessionId/source' ); };