facebook_page_scraper icon indicating copy to clipboard operation
facebook_page_scraper copied to clipboard

webdriver is not yet working for chrome version 119.0.6045

Open gokil0815 opened this issue 1 year ago • 4 comments

I have a problem, that the library does not support chrome version 119.0.6045, please help to check my error.

[WDM] - ====== WebDriver manager ====== [WDM] - Current google-chrome version is 119.0.6045 [WDM] - Get LATEST chromedriver version for 119.0.6045 google-chrome There is no such driver by url https://chromedriver.storage.googleapis.com/LATEST_RELEASE_119.0.6045

This is what I got from the terminal.

gokil0815 avatar Nov 23 '23 02:11 gokil0815

upgrade 'webdriver-manager==4.0.1',

eric09230 avatar Nov 23 '23 02:11 eric09230

error

the version is not available my environtment python 3.6

gokil0815 avatar Nov 23 '23 04:11 gokil0815

I believe you will need python>3.8 to run the code? You could give it a try. I'm running on Python 3.11

eric09230 avatar Nov 23 '23 10:11 eric09230

2024-04-06 01:26:30,277 - facebook_page_scraper.driver_initialization - INFO - Using: IP:PORT [WDM] - Current google-chrome version is 123.0.6312 [WDM] - Get LATEST driver version for 123.0.6312

Im struggling with the same problem

even though I already downloaded the driver, and updated the packages !pip install selenium==4.1.0 !pip install webdriver-manager==4.0.1 !pip install selenium-wire==5.1.0 !pip install python-dateutil==2.8.2

josephyoseblee avatar Apr 05 '24 16:04 josephyoseblee