(cmd: string, args: string[], b: BrowserManager)
| 60 | const handleReadCommand = (cmd: string, args: string[], b: BrowserManager) => |
| 61 | _handleReadCommand(cmd, args, b.getActiveSession()); |
| 62 | const handleWriteCommand = (cmd: string, args: string[], b: BrowserManager) => |
| 63 | _handleWriteCommand(cmd, args, b.getActiveSession(), b); |
| 64 | |
| 65 | describe('Batch execution', () => { |
| 66 | test('multi-tab parallel: goto + text on different tabs', async () => { |
nothing calls this directly
no test coverage detected