@abnoviello23
Our scraper current allows for the caller to use their own driver or use the static driver
We want to replace the static driver to use ChromeDriverManager (see working in example/app.py)
The user must still be allowed to pass their own driver in as shown below
GoogleNewsScraper(my_driver)
If there is no driver passed in, we want to use ChromeDriverManager to install the latest version of the chrome driver
@abnoviello23
Our scraper current allows for the caller to use their own driver or use the static driver
We want to replace the static driver to use
ChromeDriverManager(see working inexample/app.py)The user must still be allowed to pass their own driver in as shown below
If there is no driver passed in, we want to use ChromeDriverManager to install the latest version of the chrome driver