fysh711426 / UndetectedChromeDriver

GNU General Public License v3.0
166 stars 61 forks source link

System.ComponentModel.Win32Exception: 'Access denied' #28

Closed GabrielMaestre closed 1 year ago

GabrielMaestre commented 1 year ago

I'm following your example, I set the correct directory for the files but it returns access denied, any idea why?

var driver = UndetectedChromeDriver.Create( driverExecutablePath: driverExecutablePath, browserExecutablePath: chromeExecutablePath);

GabrielMaestre commented 1 year ago

I am a idiot :P

I pass the PATH of Chrome Installed, but i need to set the chrome.exe (file name)