Skip to content
This repository was archived by the owner on Mar 5, 2021. It is now read-only.

Commit f156f17

Browse files
imagetyperz-apiimagetyperz-api
authored andcommitted
added last captcha solved examples
1 parent cb7741e commit f156f17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ def test_api():
5050
# captcha_id = ita.submit_recaptcha(page_url, sitekey, '127.0.0.1:1234')
5151
# captcha_id = ita.submit_recaptcha(page_url, sitekey, '127.0.0.1:1234:user:password') # proxy auth
5252

53+
# print (ita.captcha_id) # get last captcha solved id
54+
# print (ita.captcha_text) # get last captcha solved text
55+
5356
# print ita.recaptcha_id # get last recaptcha solved id
5457
# print ita.recaptcha_response # get last recaptcha solved response
5558

0 commit comments

Comments
 (0)