Jump to content
UBot Underground

Recommended Posts

Hello my friends.

I have a problem with russian captcha.

I wrote project:

ui stat monitor("Captcha",#captcha)
navigate("https://passport.yandex.ru/registration?mode=register&retpath=https:%2F%2Fpassport.yandex.ru%2Fpassport%3Fmode%3Dpassport&origin=passport_auth2reg","Wait")
wait for element(<class="human-confirmation-switch human-confirmation-via-captcha">,"","Appear")
click(<class="human-confirmation-switch human-confirmation-via-captcha">,"Left Click","No")
wait for element(<src=w"https://*.captcha.yandex.net/image?key=*">,"","Appear")
set(#yacapdefault,$solve captcha(<src=w"https://*.captcha.yandex.net/image?key=*">),"Global")
set(#yacapdefault,$solve captcha(<undefined=undefined>),"Global")
save element image(<class="captcha__captcha__text">,"{$special folder("Application")}\\1.jpg")
type text(<name="answer">,#yacapdefault,"Standard")

 

Image has source and css class.

<img class="captcha__captcha__text" src="https://i.captcha.yandex.net/image?key=206cQPi8CAbwXJe50Wpj3EeyJoqk3fy2"></img>

 

It has image for example:

http://4put.ru/pictures/max/1116/3429607.jpg

 

And css background-image: url("../i/post-captcha.gif");

 

http://4put.ru/pictures/max/1116/3429614.jpg

http://4put.ru/pictures/max/1116/3429616.jpg

 

How do I take a picture without css background-image: url("../i/post-captcha.gif");?

It is very important for my app.

 

 

Kindest regards.

Edited by v_ladimir
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...