Jump to content
UBot Underground

Things that make you go hmmmmm


Recommended Posts

When I type text here http://www.google.com/imghp it types it twice.

 

define SCRAPE IMAGES {

navigate("http://www.google.com/imghp", "Wait")

wait for browser event("Page Loaded", "")

type text(<class="gsfi">, "\"{#keyword} \"", "Standard")

click(<name="btnG">, "Left Click", "No")

add list to list(%scrapedimages, $scrape attribute(<class="rg_i">, "src"), "Delete", "Global")

add list to table as column(&scrapedimages, 0, 0, %scrapedimages)

}

Link to post
Share on other sites

try change attribute instead of type text...

 

change attribute(<class="gsfi">, "value", #keyword)

 

or if your hearts set on type text, try...

 

type text(<name="q">, #keyword, "Standard")

 

it probably has to do with the way the class variable is encoded...

Link to post
Share on other sites

You can hmmmmmmmm all you want and it won't change anything, unless, of course, you're hmmmmmmmming some vintage Rolling Stones... its just the way the a$$holes at Google, in their infinite wisdom, decided to code the site. :D

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