If you get this alert message when debugging with the Selenium webdriver (v3.2) chromedriver (v2.27):
chromedriver.exe no disk
there is no disk in the drive. please insert a disk into drive e:
For me the problem was related to having an unmounted drive e: (open This PC window and check). If its not possible to unmount through windows right click menu, you can use this CMD: (run as administator):
mountvol e: /d
A simple bat file for this: (remember to run as Administrator):
@echo off ECHO Must be runned as administrator to have access rights mountvol e: /d pause
Thank you Andreas! That’s been bothering me for a while.
Thanks a lot! I was also disturbed by this!
Thanks!
Worked like a charm, thanks!!
Thank you! You’ve removed a very irritating problem!
Top man! +100 internet points.
Thanks a lot!!!!!!
Thank you ! it worked