I’m trying to create a script using python that separate 2 kind of websites , the one with SPF included and the others with SPF , and classify them using python, so in the beginning it worked perfectly but these daysit gives me a message error that I don’t find a clue about it The output message is as follows:
Tag: webdriver-manager
Python Webdrivermanager .install() does not work for edge in custom webdriver installation location
I use Webdrivermanager to update my drivers. But for the Edge browser I get errors. The Error: Well I edited the manager, to save to another location. But it does work for Chrome and Firefox why not for edge… modified driver_cache.py: modified microsoft.py: Just to compare the edited and working chrome.py: I am sorry but I have no idea :(
Could not get version for Chrome with this command: google-chrome –version || google-chrome-stable –version
Web scraping with selenium works fine on my mac local machine but when I push to live Ubuntu server, I get the following error when I try to run The code is deployed on AWS ec2 instance Answer As stated by @gore in the comments installing chromium-chromedriver on ubuntu server worked for me On Ubuntu 20.04