My ChromeDriver version and Chrome version match (105). Using Excel 2016. When the vba runs, I receive an error:
Run-time error '13': UnknownError unknown error: Chrome failed to start: crashed. (chrome not reachable)
(the process started from chrome location C:\Program Files\Google\Chrome\Application\chrome.exe is no longer running, so ChromeDriver is assuming that Chrome has crashed.) (Driver info: chromedriver=105.0.5195.52
References has Selenium Type Library in C:\Program Files\SeleniumBasic\Selenium64.tlb SeleniumWrapper Type Library in C:\Program Files (x86)\SeleniumWrapper\SeleniumWrapper.tlb Chromedriver is also in both of those locations
Dim Obj as New ChromeDriver
Obj.Start "chrome", "specific website"
Obj.get "/"
I am not able to find anything specific to this error, most reference type mismatch so any help is appreciated.