* Returns the preview frame of the application. * @note This awaits both the bridge and the preview locators * before returning.
()
| 23 | * before returning. |
| 24 | */ |
| 25 | getPreviewFrame(): Promise<Locator>; |
| 26 | runExample(path: string): Promise<void>; |
| 27 | } |
| 28 |
nothing calls this directly
no outgoing calls
no test coverage detected