Python Forum
Selenium Chrome error - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Selenium Chrome error (/thread-30783.html)



Selenium Chrome error - Leo_Red - Nov-05-2020

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


RE: Selenium Chrome error - Larz60+ - Nov-05-2020

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


RE: Selenium Chrome error - Leo_Red - Nov-05-2020

(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