You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When agent perform browser-click method in browser-use mcp server,
Agent found highlighted DOM Element becoming index started 0,
but current code check only args.index is undefined of non zero index.
this if statement cannot pass only one clickable element such as this situation
Actual
execute browser-click method whenever the clickable element has index 0.
Currently ChatGPT calls DOM elements about index 0. so this project must handle index 0 DOM elements.
Error Logs
No response
The text was updated successfully, but these errors were encountered:
Version
UI-TARS-v0.1.0
Issue Type
Model Provider
Search Provider
Problem Description
Expected
When agent perform browser-click method in browser-use mcp server,
Agent found highlighted DOM Element becoming index started 0,
but current code check only
args.index
is undefined of non zero index.this if statement cannot pass only one clickable element such as this situation
Actual
execute browser-click method whenever the clickable element has index 0.
Currently ChatGPT calls DOM elements about index 0. so this project must handle index 0 DOM elements.
Error Logs
No response
The text was updated successfully, but these errors were encountered: