diff --git a/.changeset/tall-hands-hug.md b/.changeset/tall-hands-hug.md new file mode 100644 index 00000000..7410cc18 --- /dev/null +++ b/.changeset/tall-hands-hug.md @@ -0,0 +1,5 @@ +--- +"@browserbasehq/stagehand": patch +--- + +update Playwright import to use @playwright/test diff --git a/lib/a11y/utils.ts b/lib/a11y/utils.ts index 6c426ee9..3647240c 100644 --- a/lib/a11y/utils.ts +++ b/lib/a11y/utils.ts @@ -1,7 +1,7 @@ import { AccessibilityNode, TreeResult, AXNode } from "../../types/context"; import { StagehandPage } from "../StagehandPage"; import { LogLine } from "../../types/log"; -import { CDPSession, Page, Locator } from "playwright"; +import { CDPSession, Page, Locator } from "@playwright/test"; import { PlaywrightCommandMethodNotSupportedException, PlaywrightCommandException,