You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please help me resolve it!
I tested recaptcha v2 in https://google.com/recaptcha/api2/demo and I worked. But when I try in this url: https://bds68.com.vn/dang-ky.
I got the code from 2captcha then I put it into textarea tag with id="g-recaptcha-response", it's not worked!
there is my code:
var captchaEle = await page.QuerySelectorAsync("div[id="recaptcha"]");
if (captchaEle != null)
{
var siteKey = await captchaEle.GetAttributeAsync("data-sitekey");
if (siteKey != null)
{
string capCode = "";
TwoCaptcha.TwoCaptcha solver = new TwoCaptcha.TwoCaptcha(ApiKey);
Please help me resolve it!
I tested recaptcha v2 in https://google.com/recaptcha/api2/demo and I worked. But when I try in this url: https://bds68.com.vn/dang-ky.
I got the code from 2captcha then I put it into textarea tag with id="g-recaptcha-response", it's not worked!
there is my code:
var captchaEle = await page.QuerySelectorAsync("div[id="recaptcha"]");
if (captchaEle != null)
{
var siteKey = await captchaEle.GetAttributeAsync("data-sitekey");
if (siteKey != null)
{
string capCode = "";
TwoCaptcha.TwoCaptcha solver = new TwoCaptcha.TwoCaptcha(ApiKey);
}
Thanks a lot!
The text was updated successfully, but these errors were encountered: