How to click the 'view image' button on google images?

  • Автор темы Автор темы Harambulus
  • Дата начала Дата начала

Harambulus

Client
Регистрация
16.09.2011
Сообщения
365
Реакции
10
Баллы
18
when you do image search and click the inital image then view image to show the bigger one.

I just cant figure out how to catch it with action builder or anyhting else i tried

because they have one huge page and i cant get the right button cos there are several otehr buttons hidden which are the same and it clicks the wrong one

mouse coordinates dont work cos it changes all the time depending on pic clicked.

tried search by picture which fials after a while and was really slow

its so hard because im looking for something static on the page next to the view image button i wanna click but everything that i can see is also repeated like 3 times for other pictures just hidden

Any clues my brothers?
 
if you're trying to parse images easier to link to an image and save the link
 
How do you mean?

I am scraping images to download them yes but the full size image 'src' i was only fidning once i clicked view image.
 
download google images..principle
 
  • Спасибо
Реакции: Harambulus
awesome!

Your template didnt work for me (errors for some reason and didnt understand the russian :P) but I plugged your regex into my template and it worked a treat.

So thanks :)
 
Последнее редактирование:
1.Go to the URL
Код:
Развернуть Свернуть Копировать
https://www.google.com/search?q={-Variable.keyword-}&hl=en&biw=1272&bih=853&source=lnms&tbm=isch&sa=X&ei=L6t8VKLYE8n7ywPf14HQDw&ved=0CAYQ_AUoAQ

2. Get source code HTML parse result Regex
Код:
Развернуть Свернуть Копировать
(?<=imgres\?imgurl=)[\w\W]*?(?=&amp;)
and parse all rezultatty and placed in a list
3. Get the URL from the list that will upload pictures
4. Upload images from CaptchaSaved.dll or с#
086d9b5ee9.jpg
 
Последнее редактирование:

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)