shivam

Results 13 comments of shivam

hello, could this be please supported?

Will this handle visual assertions? For example, a prompt like: "After you send an email, you should see a 'Email sent successfully' toast message." For these kinds of prompts, the...

Element matching will likely fail because the XPath is sometimes not unique, as shown in the attached images: ![Image](https://github.com/user-attachments/assets/4f3abc88-f22d-469a-b183-3c781a2e8d5f) ![Image](https://github.com/user-attachments/assets/99117587-598f-4c33-99c0-b0b1e305d628) Additionally, attributes like React IDs could be dynamic, making matching...

@pirate @MagMueller is omniparser still being considered?

> There is one more place affected by iframes - in `browser_use\controller\service.py` in `def scroll(params: ScrollAction, browser_session: BrowserSession)` the script to scroll the control is executed in the context of...

I've raised a PR with a fix for this issue: [#1369](https://github.com/browser-use/browser-use/pull/1369). The implementation improves robustness, especially in handling sibling indexing and edge cases. @MagMueller, @gregpr07 when you have a moment,...

@FunctionFreak , could you please share the code of the workaround?

@pirate , @mertunsall , @gregpr07 The agent is skipping some actions in my use case. I'm currently using version 0.5.9. I have a single task of around 40 lines that...