MCPcopy Create free account
hub / github.com/alperensert/capmonster_python / test_recaptcha_v2_solve

Function test_recaptcha_v2_solve

tests/integration_test.py:24–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22# --- RecaptchaV2 sync ---
23
24def test_recaptcha_v2_solve():
25 client = CapmonsterClient(API_KEY)
26 task = RecaptchaV2Task(websiteURL=RECAPTCHA_V2_URL, websiteKey=RECAPTCHA_V2_KEY)
27 result = client.solve(task)
28 assert "gRecaptchaResponse" in result
29 assert len(result["gRecaptchaResponse"]) > 0
30
31
32def test_recaptcha_v2_create_and_join():

Callers

nothing calls this directly

Calls 3

solveMethod · 0.95
CapmonsterClientClass · 0.90
RecaptchaV2TaskClass · 0.90

Tested by

no test coverage detected