Files
enviPy-bayer/static/js/ketcher2/node_modules/webdriverio/lib/protocol/source.js
2025-06-23 20:13:54 +02:00

15 lines
299 B
JavaScript

/**
*
* Get the current page source.
*
* @return {String} The current page source.
*
* @see https://w3c.github.io/webdriver/webdriver-spec.html#get-page-source
* @type protocol
*
*/
export default function source () {
return this.requestHandler.create('/session/:sessionId/source')
}