session not created: This version of ChromeDriver only supports Chrome version 88 (Selenium::WebDriver::Error::SessionNotCreatedError) Current browser version is 90.0.4430.93 with binary path /Applications/Google Chrome.app/Contents/MacOS/Google Chrome 上記のエラーだとバージョンが88しかサポートしてないのに、現在は90のバージョンを使っているのでできませんと怒られています なので90のバージョンを拾ってくる必要がある 欲しいバージョンをダウンロード ↑このサイトからzipファイルをダウンロードしてきます 90.0.4430.24みたいに細か
