shivam
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:   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,...
Bump
@pirate, could this be prioritized?
@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...