You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#element = browser.find_element_by_tag_name("body")
element = browser.find_element(By.TAG_NAME, "body")
#browser.find_element_by_xpath('//input[@value="Show more results"]').click()
browser.find_element(By.XPATH, '//input[@value="Show more results"]').click()
To fix the use of ChromeDriver (to allow 100+ image downloads)..
(These can be found around line 321+ depending on existing previous mods):
This might be related to: #25 #30 #31 #37
The text was updated successfully, but these errors were encountered: