问题
I've been using selenium with chrome and I've been trying to access a website but I keep receiving thiserror message:
"Access Denied You don't have permission to access "website" on this server.
The website works fine on my regular chrome browser, but when opened through selenium I receive this error message.
I've tried the regular troubleshooting for the error but it didn't help, I've tried installing firefox but that resulted in another error: "Message: Unable to find a matching set of capabilities"
browser = webdriver.Chrome('C:\\Users\Ferdinand\Downloads\chromedriver_win32\chromedriver.exe')
browser.get('https://www.vitacost.com/MyAccount/Login.aspx')
I'm completely stuck here, I tried it another computer and still the same result.
回答1:
Expecting a local storage in the browser try the steps shown in the link below https://www.thewindowsclub.com/access-denied-dont-permission-access-server
来源:https://stackoverflow.com/questions/57246179/selenium-problem-access-denied-you-dont-have-permission-to-access-site-on-th