Back to benchmarks
Integration BenchmarkVerified 29 days ago

Agentic Web Navigation Benchmark

Tests how well agents can navigate real websites: find information, fill forms, click buttons, and recover from common UI changes.

Claude Code, OpenClaw, Manus, DevinMultiple2026-07-01
Winner:Manus

Results dashboard

Overall score

Manus
79
Devin
72
Claude Code
65
OpenClaw
58

Time to complete

Manus
24
Devin
31
Claude Code
27
OpenClaw
35

Tokens used

Manus
82,000
Devin
94,000
Claude Code
61,000
OpenClaw
55,000

Approximate cost

Manus
$4.50
Devin
$5.20
Claude Code
$2.90
OpenClaw
$1.60

Results table

AgentScoreTimeCostPass
Manus7924m$4.50 Pass
Devin7231m$5.20 Pass
Claude Code6527m$2.90 Fail
OpenClaw5835m$1.60 Fail

The task

We asked each agent to complete five realistic web tasks on live sites:

  1. Find a specific product on an e-commerce site and add it to cart.
  2. Book a meeting slot on a scheduling page.
  3. Locate a buried policy document and extract a clause.
  4. Submit a support ticket with the correct category.
  5. Recover from a 404 by finding the moved page.

Agents were scored on task completion, correctness, and whether they handled errors gracefully.

Scoring rubric

Criterion Weight Max points
Task completion 50% 50
Correct data extracted/entered 25% 25
Error recovery 15% 15
Efficiency 10% 10

Methodology

  • Live sites, not mock pages.
  • Agents used browser tools or built-in web access.
  • Each task was attempted up to three times; best run scored.
  • We did not modify sites; real-world variability is part of the test.

Key findings

  • Manus completed the most tasks end to end, including recovery from UI changes.
  • Devin planned carefully but was slower; excelled at structured workflows.
  • Claude Code worked best with explicit step-by-step direction.
  • OpenClaw needs closer browser-tool integration for open-ended navigation.

Honest caveats

  • Live sites change; results may not replicate exactly.
  • Some agents rely on specific browser providers, which affects performance.
  • Ethical and terms-of-service considerations limit the sites we can test.

When to choose which

  • Manus: delegating complex web tasks end to end.
  • Devin: structured, multi-step web workflows that need planning.
  • Claude Code: web tasks embedded in a coding or terminal workflow.
  • OpenClaw: self-hosted agents with custom browser tooling.