- ystrica
- Posts : 1
Join date : 2017-02-14
Selenium fails to launch Chrome
Tue Feb 14, 2017 10:38 pm
Hi, please help. I use the most basic code to launch Chrome from Excel VBA via Selenium:
Sub Main()
Set driver = New Selenium.ChromeDriver
driver.Get "website"
End Sub
It opens chrome and then the code displayes the message "chromedriver.exe has stopped working" and crushes. Any idea how to proceed from here?
P.s.: I'm complete newbie to Selenium and this site, so if this question is misplaced, my appologies.
Sub Main()
Set driver = New Selenium.ChromeDriver
driver.Get "website"
End Sub
It opens chrome and then the code displayes the message "chromedriver.exe has stopped working" and crushes. Any idea how to proceed from here?
P.s.: I'm complete newbie to Selenium and this site, so if this question is misplaced, my appologies.
Re: Selenium fails to launch Chrome
Fri Feb 17, 2017 4:39 pm
you should check the code again any thing is open class
- Sandeep Yadav
- Posts : 3
Join date : 2017-03-08
Re: Selenium fails to launch Chrome
Wed Mar 08, 2017 2:51 pm
Try with latest version of chromedriver.exe. Also you need to verify chromedriver compatibility with chrome browser version.
Permissions in this forum:
You cannot reply to topics in this forum