captchaforge 0.2.39

Captcha detection and solving for Firefox and BiDi-driven browsers. Detection, vendor solver scaffolding, trusted cross-origin click delivery into nested OOPIFs, and stealth personas are implemented and tested; broad live-vendor solve rates are not yet benchmarked.
Documentation
---
source: tests/snapshot_structures.rs
assertion_line: 72
expression: pattern
---
{
  "domain": "example.com",
  "captcha_type": "cloudflare_turnstile",
  "best_method": "behavioral_bypass",
  "success_rate": 1.0,
  "avg_solve_time": 1150,
  "sample_count": 3,
  "methods": {
    "behavioral_bypass": {
      "success_rate": 1.0,
      "avg_solve_time": 1150,
      "sample_count": 2
    },
    "vision_llm": {
      "success_rate": 0.0,
      "avg_solve_time": 3000,
      "sample_count": 1
    }
  }
}