()
| 684 | } |
| 685 | |
| 686 | _isCustomLocatorStrategyDefined() { |
| 687 | return this.customLocatorStrategies && Object.keys(this.customLocatorStrategies).length |
| 688 | } |
| 689 | |
| 690 | async _stopBrowser() { |
| 691 | if (this.browser && this.isRunning) await this.browser.deleteSession() |