@return A `HarnessLoader` rooted at the root element of this `LocatorFactory`.
()
| 279 | |
| 280 | /** @return A `HarnessLoader` rooted at the root element of this `LocatorFactory`. */ |
| 281 | rootHarnessLoader(): Promise<HarnessLoader>; |
| 282 | |
| 283 | /** |
| 284 | * Gets a `HarnessLoader` instance for an element under the root of this `LocatorFactory`. |
no outgoing calls
no test coverage detected