Selenium Problem: Access Denied You don't have permission to access “site” on this server

时光毁灭记忆、已成空白 提交于 2019-12-23 05:10:57

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!