MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / executeScript

Method executeScript

lib/helper/WebDriver.js:1889–1891  ·  view source on GitHub ↗

* Wraps [execute](http://webdriver.io/api/protocol/execute.html) command. * * {{> executeScript }}

(...args)

Source from the content-addressed store, hash-verified

1887 * {{> executeScript }}
1888 */
1889 executeScript(...args) {
1890 return this.browser.execute.apply(this.browser, args)
1891 }
1892
1893 /**
1894 * {{> executeAsyncScript }}

Callers 4

forceClickMethod · 0.95
forceRightClickMethod · 0.95
fillFieldMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected