Skip to content

Commit

Permalink
Google images xpath update
Browse files Browse the repository at this point in the history
  • Loading branch information
YoongiKim committed Jun 13, 2023
1 parent 254a2e3 commit 4ec4227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collect_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def google(self, keyword, add_url=""):
except ElementNotVisibleException:
pass

photo_grid_boxes = self.browser.find_elements(By.XPATH, '//div[@class=" bRMDJf islir"]')
photo_grid_boxes = self.browser.find_elements(By.XPATH, '//div[@class="isv-r PNCib MSM1fd BUooTd"]')

print('Scraping links')

Expand Down

0 comments on commit 4ec4227

Please sign in to comment.