Hi all, please help. I use the most basic code to launch Chrome from Excel VBA via Selenium:
It opens chrome and then the code displayes the message "chromedriver.exe has stopped working" and crushes. Any idea how to proceed from here?![]()
Sub Main() Set driver = New Selenium.ChromeDriver driver.Get "http://www.google.com/" End Sub
Bookmarks