google_image_downloader icon indicating copy to clipboard operation
google_image_downloader copied to clipboard

Less images found: Message: Element <input id="smb" class="ksb" type="button"> could not be scrolled into view

Open AliYar-Khan opened this issue 5 years ago • 0 comments

I want to download 1100 images for a query but it allows me only 300 with the error "Less images found: Message: Element could not be scrolled into view". I think code has the issue at some point like the nested loop has something to play

 for _ in range(int(number_of_scrolls)):
        for __ in range(10):

for the second loop value when i increase it to 120 it allows me 913 images . I am little confuse about this loop. Can you please explain what are you doing in here ? looking forward to you !

one more thing that the show more result is also not showing at the end of the page you can see in the screen shot Screenshot (322)

AliYar-Khan avatar Sep 05 '19 17:09 AliYar-Khan