We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde81c8 commit 582f3c2Copy full SHA for 582f3c2
packages/core/lib/v3/tests/xpath-for-location-deep.spec.ts
@@ -23,7 +23,7 @@ test.describe("resolveNodeForLocationDeep", () => {
23
24
await page.goto(
25
"https://browserbase.github.io/stagehand-eval-sites/sites/iframe-hn/",
26
- {waitUntil: "networkidle"}
+ { waitUntil: "networkidle" },
27
);
28
29
// scroll to the bottom of the page
0 commit comments