* Wraps [execute](http://webdriver.io/api/protocol/execute.html) command. * * {{> executeScript }}
(...args)
| 1887 | * {{> executeScript }} |
| 1888 | */ |
| 1889 | executeScript(...args) { |
| 1890 | return this.browser.execute.apply(this.browser, args) |
| 1891 | } |
| 1892 | |
| 1893 | /** |
| 1894 | * {{> executeAsyncScript }} |
no outgoing calls
no test coverage detected