Documentation ¶
Index ¶
Constants ¶
View Source
const (
OK = "OK"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Captcha ¶
type Captcha struct {
// contains filtered or unexported fields
}
func (*Captcha) PollingCaptchaResponse ¶
func (captcha *Captcha) PollingCaptchaResponse(captchaID string, initAverageSleep time.Duration, pollingTime time.Duration) (string, error)
polling 2captcha response page until captcha is ready. initAverageSleep represent 2captcha average time to solve captcha, don't makes senses polling response before average time
Click to show internal directories.
Click to hide internal directories.