- Регистрация
 - 17.02.2016
 
- Сообщения
 - 5
 
- Благодарностей
 - 2
 
- Баллы
 - 1
 
Hey guys,
I'm struggling with invisible Recaptcha V2 on following website:
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
Here's my workflow:
- I fill all of the name/surname/login/password/date of birth fields.
- Recognize ReCaptcha 2 via Rucaptcha and save solved token into variable.
The recaptcha's badge on the right starts spinning and turns into green checkmark. Then I modify the DOM and set the innerHTML of textarea with id g-recaptcha-response to recognize token value. If I press "Create account" - the standard recaptcha window pops up. I believe it's impossible to solve the captcha at this moment, as it's opened on my end.
If I invoke the GrecaptchaCallback(); using own JavaScript block - I get "something went wrong" error. I get the same outcome if I just tick "Autosubmit" on Recaptcha 2 block. How do I solve captcha on this website?
								I'm struggling with invisible Recaptcha V2 on following website:
			
				Код:
			
		
		
		https://konto.onet.pl/register-email.html?state=data.html
	- I fill all of the name/surname/login/password/date of birth fields.
- Recognize ReCaptcha 2 via Rucaptcha and save solved token into variable.
The recaptcha's badge on the right starts spinning and turns into green checkmark. Then I modify the DOM and set the innerHTML of textarea with id g-recaptcha-response to recognize token value. If I press "Create account" - the standard recaptcha window pops up. I believe it's impossible to solve the captcha at this moment, as it's opened on my end.
If I invoke the GrecaptchaCallback(); using own JavaScript block - I get "something went wrong" error. I get the same outcome if I just tick "Autosubmit" on Recaptcha 2 block. How do I solve captcha on this website?

