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

Function test_recaptcha_v3_solve

tests/integration_test.py:64–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62# --- RecaptchaV3 sync ---
63
64def test_recaptcha_v3_solve():
65 client = CapmonsterClient(API_KEY)
66 task = RecaptchaV3Task(
67 websiteURL=RECAPTCHA_V3_URL,
68 websiteKey=RECAPTCHA_V3_KEY,
69 minScore=0.3,
70 pageAction="verify",
71 )
72 result = client.solve(task)
73 assert "gRecaptchaResponse" in result
74 assert len(result["gRecaptchaResponse"]) > 0
75
76
77def test_recaptcha_v3_create_and_join():

Callers

nothing calls this directly

Calls 3

solveMethod · 0.95
CapmonsterClientClass · 0.90
RecaptchaV3TaskClass · 0.90

Tested by

no test coverage detected