When I tried to open chrome with selenium, it appeared on the screen for a moment and disappeared immediately. I got an error when the ChromeDriver and Chrome version are different. why...
"selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 76" I didn't know what to do here.
https://qiita.com/umaruskie/items/f2b4c11b50b34508b64f As shown here, I had to check the version of Chrome I'm using and download a Chromedriver that supports that version before I could open chrome from selenium.
Solution, solution, congratulations
Recommended Posts