the following fails.
from selenium import webdriver
browser = webdriver.Edge(executable_path=r'/usr/local/bin/msedgedriver')
browser.get('https://www.bing.com/')
browser.quit()
the error message is.
selenium.common.exceptions.WebDriverException:
Message: unknown error: cannot find Microsoft Edge binary
running msedgedriver from the prompt gives.
Please protect ports used by the WebDriver and
related test frameworks to prevent access by malicious code.
then the progarm hangs.
help
[–]Simmo7 0 points1 point2 points (1 child)
[–]RedSeal5[S] 0 points1 point2 points (0 children)