Python Forum

Full Version: Selenium Chrome error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I was playing with selenium. But, was not able to get it working. I am getting this error
"(The process started from chrome location /opt/google/chrome/google-chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.)"
I browsed some forum and found my chrome is not in the default location. I tried the fixed code for that. But, it did not work for me. I don't know how to move chrome to the default location. I am using linux mint and pycharm as IDE. Thanks
Please show what you tried to do ( your code )

I would suggest spending a small amount of time and running through the following short tutorials:

web scarping part 1
web scarping part 2
(Nov-05-2020, 02:07 PM)Larz60+ Wrote: [ -> ]Please show what you tried to do ( your code )

I would suggest spending a small amount of time and running through the following short tutorials:

web scarping part 1
web scarping part 2
I tried many code, from many tutorials. Nothing worked. I will look into that tutorial. Thanks