chromedevtools--chrome-devtools-mcp
407c2bd03f
Fixes #1942 Verified using `npm run eval -- scripts/eval_scenarios/fill_select_and_checkboxes_test.ts` Without this change, I observed 7 runs using fill_form for all controls at once, 14 runs using click to select checkboxes and 10 runs that did nothing (total 31 runs) After this change: 9 fill_form using runs (passes), 1 click based approach and 10 no-attempt fails (20 runs total) Depending how we count the no-attempt runs, its either increase from 23% to 45% or 33% to 90% in eval pass rate. Co-authored-by: Piotr Paulski <piotrpaulski@chromium.org>