sodascience/artscraper

Pylint errors with executable_path

Closed this issue · 0 comments

With the new version of selenium (selenium 4), pylint gives the following error:

************* Module artscraper.find_artists
artscraper/find_artists.py:25:13: E1123: Unexpected keyword argument 'executable_path' in constructor call (unexpected-keyword-arg)

This needs to fixed using the following:

https://pypi.org/project/webdriver-manager/#use-with-firefox