ultralytics / google-images-download

Google/Bing Images Web Downloader
https://ultralytics.com
GNU Affero General Public License v3.0
298 stars 85 forks source link

Solving Selenium update dependencies #16

Closed dewanakl closed 10 months ago

dewanakl commented 10 months ago

Since find_element_by_tag_name and find_element_by_class_name has been depreciated in Selenium. And change default value chromedriver in argumen parser

I have updated bing_scraper.py, Please review.

Source: Official Documentation Link Stackoverflow

Thank you!

I have read the CLA Document and I sign the CLA

šŸ› ļø PR Summary

Made with ā¤ļø by Ultralytics Actions

šŸŒŸ Summary

Updates to Bing image scraper for better compatibility and usability.

šŸ“Š Key Changes

šŸŽÆ Purpose & Impact

glenn-jocher commented 10 months ago

@dewanakl PR merged, thank you for your contributions!