Ikameshi를 통해 coinmarketcap 사이트를 파싱하여 자동화하는 부분이 있는데,아래와 같이 에러 발생.This version of ChromeDriver only supports Chrome version XXX.Current browser version is XXX.X.XXXX.XXX with binary path~내용인 즉, 크롬 구동하기 위해서는 최신버전을 다운로드하라는 내용인데,https://chromedriver.chromium.org/downloads https://googlechromelabs.github.io/chrome-for-testing/아래 사이트에가서 Current browser version (110.0.5481.100)을 다운로드.그리고 실행결로에 chromedri..