This commit is contained in:
Chris Tate
2026-01-10 23:47:30 -06:00
parent aff8a056c6
commit a7e5de5e4f
6 changed files with 36 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import type { Page, Browser, BrowserContext } from 'playwright';
import type { Page, Browser, BrowserContext } from 'playwright-core';
// Base command structure
export interface BaseCommand {