Jump to content
UBot Underground

Using the Element Selector to Solve a Problem


Recommended Posts

I thought this would be a helpful tip for a lot of people so here goes...

 

Sometimes an element on the page just won't work...won't fill, can't find attributes for it, etc. here is a video example of one that doesn't work, and how I solve it.

 

http://screencast.com/t/5K6voY5dPY

 

 

If you missed it, I used the element selector to choose more than I needed which enabled me to see more source and find the attribute(s) I needed.

 

I hope this helps someone.

 

John

Link to post
Share on other sites

John, thanks for the video its very helpful.

 

I would just add something to the second part of the command, its better to make second part

$solve captcha(<id="recaptcha_widget">)

 

I think it was TJ who mentioned in another post , that its better to give the captcha people

the full image, so they you know you need both words.

 

I had it coded like this

type text(<name="recaptcha_response_field">, $solve captcha(<id="recaptcha_widget">), "Standard")

 

Check the image attached.

post-2763-0-38598000-1325960400_thumb.jpg

Link to post
Share on other sites

I'm not really sure what that means to be honest, as the entire image is shown. But regardless, the point of the thread was the text box, and how normal selection wasn't producing any text in the text field. (which is why I only typed a few characters)

 

I'll have to ask TJ about the other thing you mentioned because I have never had any of the three services not understand the goal of a recaptcha image. But in any event, thank you for the additional tip! http://ubotstudio.com/forum/public/style_emoticons/default/smile.gif

 

John

Link to post
Share on other sites

Sorry for the confusion John, hope that this does not confuse others.

 

This is not related to the problem your trying to solve with the thread.

 

This is just another way to capture the google captcha image.

 

I will attache both images hope it will clear the confusion.

post-2763-0-45142900-1326016166_thumb.jpg

post-2763-0-34424600-1326016204_thumb.jpg

Link to post
Share on other sites

No problem at all! http://ubotstudio.com/forum/public/style_emoticons/default/smile.gif I just wasn't sure what you meant.

 

John

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...