(locator)
| 628 | } |
| 629 | |
| 630 | async _res(locator) { |
| 631 | const res = this._isShadowLocator(locator) || this._isCustomLocator(locator) ? await this._locate(locator) : await this.$$(withStrictLocator(locator)) |
| 632 | return res |
| 633 | } |
| 634 | |
| 635 | async _startBrowser() { |
| 636 | try { |
no test coverage detected