We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
public async Task SolveCaptcha() { TwoCaptcha.TwoCaptcha solver = new TwoCaptcha.TwoCaptcha("-TOKEN-"); FunCaptcha captcha = new FunCaptcha(); captcha.SetSiteKey("DF9C4D87-CB7B-4062-9FEB-BADB6ADA61E6"); captcha.SetUrl("https://demo.arkoselabs.com/?key=DF9C4D87-CB7B-4062-9FEB-BADB6ADA61E6"); try { solver.Solve(captcha); await solver.WaitForResult(captcha, new Dictionary<string, int>()); } catch (AggregateException ex) { await page.EvaluateExpressionAsync<string>($"console.log('{ex.InnerExceptions.First().Message}');"); } }
the function WaitForResult never returns. code stuck that line.
WaitForResult
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the function
WaitForResult
never returns. code stuck that line.The text was updated successfully, but these errors were encountered: