System.ComponentModel.Win32Exception: 'Access denied'
Closed this issue · 1 comments
GabrielMaestre commented
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
I am a idiot
:P
I pass the PATH of Chrome Installed, but i need to set the chrome.exe (file name)