Closed
Description
To reproduce:
await page.goto("https://availfinance.online/home/auth/signup.php");
// You can pass a string directly to act
await page.act({
action: "scroll to the bottom of the page, and click on the I agree with terms and conditions checkbox",
useVision: true
});
Unable to click the terms and conditions button, fails to do so after some retries with different models (sonnet 3.7, 4o, etc)
Metadata
Metadata
Assignees
Labels
No labels