(locator: Locator)
| 282 | } |
| 283 | |
| 284 | public or(locator: Locator): Locator { |
| 285 | return this.locator(`internal:or=${JSON.stringify(locator._pwSelector || locator.selector)}`) |
| 286 | } |
| 287 | |
| 288 | public query(): HTMLElement | SVGElement | null { |
| 289 | const parsedSelector = this._parsedSelector || (this._parsedSelector = selectorEngine.parseSelector(this._pwSelector || this.selector)) |