(input)
| 59 | }; |
| 60 | }, |
| 61 | async captureObservation(input) { |
| 62 | return toRuntimeObservation( |
| 63 | scenario.execute({ |
| 64 | action: 'observe', |
| 65 | app: input.app, |
| 66 | window_id: input.windowId, |
| 67 | include_screenshot: true, |
| 68 | }), |
| 69 | ); |
| 70 | }, |
| 71 | async run(action) { |
| 72 | return { |
| 73 | outcome: { |
nothing calls this directly
no test coverage detected