Solution of selenium driven edge error reporting
Selenium uses edge to run an error message: ‘microsoftwebdriver. Exe’ executable needs to be in path
// An highlighted block
selenium.common.exceptions.WebDriverException: Message: 'MicrosoftWebDriver.exe' executable needs to be in PATH
Problem cause: the driver file name written in selenium is inconsistent with the actual driver file name
Solution: rename the downloaded driver file msedgedriver.exe to Microsoft webdriver.exe, save it and run it again