BEAR
Results
2
issues of
BEAR
Need update the `isCaptcha` method in `GoogleError` to that: ``` /** * @return bool Check if the page is a captcha */ public function isCaptcha() { if ($this->getXpath()->query("//input[@name='captcha']")->length > 0)...
google update
Will be good if we can catch of the worker exceptions. For example: ``` $wp = new WorkerPool(); $wp->onWorkerException(function(\Exception $ex, Worker $worker) { // there we can handle the exception...
enhancement