forked from enviPath/enviPy
Current Dev State
This commit is contained in:
14
static/js/ketcher2/node_modules/webdriverio/lib/protocol/source.js
generated
vendored
Normal file
14
static/js/ketcher2/node_modules/webdriverio/lib/protocol/source.js
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
/**
|
||||
*
|
||||
* 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')
|
||||
}
|
||||
Reference in New Issue
Block a user