(...args)
| 1268 | } |
| 1269 | |
| 1270 | async _evaluateHandeInContext(...args) { |
| 1271 | const context = await this._getContext() |
| 1272 | return context.evaluateHandle(...args) |
| 1273 | } |
| 1274 | |
| 1275 | async _withinBegin(locator) { |
| 1276 | if (this.withinLocator) { |
nothing calls this directly
no test coverage detected