()
| 45 | } |
| 46 | |
| 47 | async #initScript() { |
| 48 | if (this.#script !== undefined) { |
| 49 | return |
| 50 | } |
| 51 | this.#script = await scriptManager([], this.#driver) |
| 52 | } |
| 53 | |
| 54 | async addJavaScriptErrorHandler(callback) { |
| 55 | await this.#init() |
no outgoing calls
no test coverage detected