* Gets a `HarnessLoader` instance for an element under the root of this `LocatorFactory`. * @param selector The selector for the root element. * @return A `HarnessLoader` rooted at the first element matching the given selector. * @throws If no matching element is found for the given selecto
(selector: string)
| 287 | * @throws If no matching element is found for the given selector. |
| 288 | */ |
| 289 | harnessLoaderFor(selector: string): Promise<HarnessLoader>; |
| 290 | |
| 291 | /** |
| 292 | * Gets a `HarnessLoader` instance for an element under the root of this `LocatorFactory` |
no outgoing calls
no test coverage detected