We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b63802 commit 36bac52Copy full SHA for 36bac52
tests/test_recaptcha.py
@@ -19,6 +19,7 @@ def test_v2(self):
19
'url' : 'https://mysite.com/page/with/recaptcha',
20
'invisible' : 1,
21
'action' : 'verify',
22
+ 'datas' : 'Crb7VsRAQaBqoaQQtHQQ'
23
}
24
25
sends = {
@@ -29,6 +30,7 @@ def test_v2(self):
29
30
'enterprise': 0,
31
32
'version' : 'v2',
33
+ 'data-s' : 'Crb7VsRAQaBqoaQQtHQQ'
34
35
36
return self.send_return(sends, self.solver.recaptcha, **params)
0 commit comments