Jump to content
UBot Underground

Recommended Posts

Hi,

 

I have a made a bot that makes a Google search, and I want to click on a result from the Google result page.

 

But my bot dosen't click at all. Can anyone please help me?

 

My code:

click(<innertext="www.domain.com">"Left Click""No")

 

 

Link to post
Share on other sites

check to see how the link can be pulled for it.  Google since there last update is very tricky.  grab the outerhtml for all 10 areas shown on the results page, then loop to the list item that has the domain your looking for in it, and click that outerhtml

Link to post
Share on other sites

add list to list(%test, $scrape attribute(<onmousedown=w"return rwt(*">, "outerhtml"), "Delete", "Global")
 

 

then clean off the list ones you dont want in the list, such as if it contains youtube, googlecache, or ads

 

then you can click by the outerhtml with *domain here* within the outerhtml area that would have the domain listed in it.

 

 

This is exactly how i do it with my google traffic software

  • Like 1
Link to post
Share on other sites

add list to list(%test, $scrape attribute(<onmousedown=w"return rwt(*">, "outerhtml"), "Delete", "Global")

 

 

then clean off the list ones you dont want in the list, such as if it contains youtube, googlecache, or ads

 

then you can click by the outerhtml with *domain here* within the outerhtml area that would have the domain listed in it.

 

 

This is exactly how i do it with my google traffic software

After scraping how do you clean off the list, and click on the url you want to?  thanks

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