Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2026

This PR contains the following updates:

Package Change Age Confidence
browser-use ==0.11.2==0.11.4 age confidence

Release Notes

browser-use/browser-use (browser-use)

v0.11.4: - CLI

Compare Source

Browser Use CLI + skill

Give your Claude Code/Codex agent access to local and remote browsers. Really helpful for local dev.

local-qa
browser-use open https://example.com   # Navigate
browser-use state                      # Returns clickable elements: [0] button "Submit", [1] input "Email"...
browser-use click 0                    # Click by index
browser-use type "hello@example.com"   # Type text
browser-use screenshot page.png        # See the page
browser-use close                      # Done

Just install the skill and ask Claude to browse:

mkdir -p ~/.claude/skills/browser-use
curl -o ~/.claude/skills/browser-use/SKILL.md \
  https://raw.githubusercontent.com/browser-use/browser-use/main/skills/browser-use/SKILL.md

🖥️ Browser Modes
Mode Command Description
Headless browser-use open <url> Default, fast
Headed browser-use open --headed <url> Visible window
Real Chrome browser-use --browser real open <url> Your Chrome with existing logins
☁️ Cloud browser-use --browser remote open <url> Stealth browser + proxies included

Cloud browser requires BROWSER_USE_API_KEY from cloud.browser-use.com.
Proxies and anti-detection are automatic - just use --browser remote. Returns a live preview URL.


🔀 Multiple Sessions
browser-use -s work open https://work.example.com
browser-use -s personal open https://gmail.com
browser-use sessions       # List all
browser-use close --all    # Close all

What's Changed

Full Changelog: browser-use/browser-use@0.11.3...0.11.4

v0.11.3

Compare Source

What's Changed
New Contributors

Full Changelog: browser-use/browser-use@0.11.2...0.11.3


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/browser-use-0.x branch 3 times, most recently from c62b7a0 to 302f5ec Compare January 22, 2026 09:45
@renovate renovate bot changed the title fix(deps): update dependency browser-use to v0.11.3 fix(deps): update dependency browser-use to v0.11.4 Jan 22, 2026
@renovate renovate bot force-pushed the renovate/browser-use-0.x branch from 302f5ec to 8bea1be Compare January 22, 2026 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant