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.
observe_vantechjournal
1 parent df76f7a commit b9c8102Copy full SHA for b9c8102
evals/tasks/observe_vantechjournal.ts
@@ -24,7 +24,7 @@ export const observe_vantechjournal: EvalFunction = async ({
24
};
25
}
26
27
- const expectedLocator = `xpath=/html/body/div[3]/div/section/div/div/div[3]/a`;
+ const expectedLocator = `xpath=/html/body/div[2]/div/section/div/div/div[3]/a`;
28
29
const expectedResult = await stagehand.page.locator(expectedLocator);
30
0 commit comments