I had a Python selenium program working a week or so ago. Now selenium fails on the import:
from selenium import webdriver
The IDLE ouput:<
Your webdriver installation files are either corrupted or missing. Reinstall/upgrade the webdriver eggs.
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Mike\\AppData\\Local\\Programs\\Python\\Python36-32\\lib\\site-packages\\selenium\\webdriver\\remote\\getAttribute.js'
Try this:
pip install selenium --upgrade