| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > ZennoPoster Class : CaptchaSpecialRecognition Method |
Type: System.String
The path to DLL library.
Type: Zennolab.CommandCenter.Instance
The instance with captcha for recognition.
Type: System.Boolean
true if need async way to recognize; otherwise and default, false.
Type: System.String
The path to DLL library.
Type: Zennolab.CommandCenter.Instance
The instance with captcha for recognition.
Type: System.Boolean
true if need async way to recognize; otherwise and default, false.
Type: System.String
The recognition result or id of async task.
public static int Execute(Instance instance) { instance.ClearCookie(); Tab tb = instance.MainTab; if ((tb.IsVoid) || (tb.IsNull)) return -1; if (tb.IsBusy) tb.WaitDownloading(); tb.Navigate("http://lessons.zennolab.com/ru/advanced"); if (tb.IsBusy) tb.WaitDownloading(); ZennoPoster.CaptchaSpecialRecognition("KeyCaptcha.dll", instance); return 0; }
public static function Execute($instance) { $instance->ClearCookie(); $tb = $instance->MainTab; if (($tb->IsVoid) || ($tb->IsNull)) return -1; if ($tb->IsBusy) $tb->WaitDownloading(); $tb->Navigate("http://lessons.zennolab.com/ru/advanced"); if ($tb->IsBusy) $tb->WaitDownloading(); ZennoPoster::CaptchaRecognition("KeyCaptcha.dll", $instance); return 0; }
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.