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
Playwright is unable to render <select> elements as they are OS-native. This would cause any vision-based computer control agent (e.g. Claude 3.5 Sonnet) to be unable to interact with the Category element as it simply would not render.
I also attached a short recording of a Chromium session to illustrate my point.
Screen.Recording.2024-11-02.at.8.29.23.PM.mov
Might this be a limitation of the benchmark? This is not really a limitation of a computer-control agent but rather of the evaluation harness. One modification could be to update the source code so that all Category selections are renderable by the browser.
Alternatively, I may be missing some tricks to allow a headful browser to render it, but such techniques are not known to me.
Playwright is unable to render

<select>elements as they are OS-native. This would cause any vision-based computer control agent (e.g. Claude 3.5 Sonnet) to be unable to interact with theCategoryelement as it simply would not render.I also attached a short recording of a Chromium session to illustrate my point.
Screen.Recording.2024-11-02.at.8.29.23.PM.mov
Might this be a limitation of the benchmark? This is not really a limitation of a computer-control agent but rather of the evaluation harness. One modification could be to update the source code so that all
Categoryselections are renderable by the browser.Alternatively, I may be missing some tricks to allow a headful browser to render it, but such techniques are not known to me.
Any guidance is appreciated!