Skip to content

v1.5.18

Choose a tag to compare

@github-actions github-actions released this 17 Jun 05:16
· 16 commits to main since this release

Highlights

  • The CLI now points you to the issue tracker. --help and --version print https://github.com/leeguooooo/chrome-use/issues so a rough edge is a 30-second report away (the skill already nudged; the binary didn't).
  • Clear error for data: URLs over the extension relay. They abort with a cryptic net::ERR_ABORTED on an about:blank tab (chrome.debugger/chrome.tabs can't drive a top-frame data: navigation — it works under --launch). chrome-use now explains it and points to a real http(s):///file:// URL or --launch.

Already available (use them — not new): pick @combobox --option "..." for atomic combobox/<select> selection (works into cross-origin iframes), and --json on any command for structured output.

Install/upgrade: curl -fsSL https://raw.githubusercontent.com/leeguooooo/chrome-use/main/install.sh | sh