| Package | Description |
|---|---|
| com.twocaptcha | |
| com.twocaptcha.captcha |
| Modifier and Type | Method and Description |
|---|---|
String |
TwoCaptcha.send(Captcha captcha)
Sends captcha to '/in.php', and returns its `id`
|
void |
TwoCaptcha.solve(Captcha captcha)
Sends captcha to `/in.php` and waits for it's result.
|
void |
TwoCaptcha.solve(Captcha captcha,
Map<String,Integer> waitOptions)
Sends captcha to `/in.php` and waits for it's result.
|
void |
TwoCaptcha.waitForResult(Captcha captcha,
Map<String,Integer> waitOptions)
This helper waits for captcha result, and when result is ready, returns it
|
| Modifier and Type | Class and Description |
|---|---|
class |
Canvas |
class |
Capy |
class |
Coordinates |
class |
FunCaptcha |
class |
GeeTest |
class |
Grid |
class |
HCaptcha |
class |
KeyCaptcha |
class |
Normal |
class |
ReCaptcha |
class |
Rotate |
class |
Text |
Copyright © 2020. All rights reserved.