sitelink1  
sitelink2  
sitelink3  
extra_vars4  
extra_vars5  
extra_vars6  

* 오류 내용

경고: Unable to find version of CDP to use for 124.0.2478.67.

You may need to include a dependency on a specific version of the CDP using something similar to `org.seleniumhq.selenium:selenium-devtools-v86:4.20.0`

where the version ("v86") matches the version of the chromium-based browser you're using and the version number of the artifact is the same as Selenium's.

 

* Compilot 의 답변

이 오류 메시지는 Selenium이 Chrome DevTools Protocol (CDP)의 특정 버전을 찾지 못했음을 나타냅니다. 

Selenium은 CDP를 사용하여 Chrome 브라우저와 통신하며, 이 때 Selenium과 Chrome의 CDP 버전이 일치해야 합니다.

 

따라서, 이 오류를 해결하려면 Selenium의 CDP 버전을 Chrome 브라우저의 버전과 일치하도록 설정해야 합니다. 

이를 위해 org.seleniumhq.selenium:selenium-devtools-v86:4.20.0와 같은 의존성을 추가해야 할 수 있습니다. 

여기서 'v86’은 사용 중인 크로미움 기반 브라우저의 버전을 나타내며, 아티팩트의 버전 번호는 Selenium의 버전과 동일해야 합니다.

 

그러나 이 방법이 항상 작동하는 것은 아닙니다. 

일부 경우에는 Chrome 브라우저의 버전을 다운그레이드하거나, Selenium의 버전을 업그레이드해야 할 수도 있습니다. 

따라서, 이 문제를 해결하는 데 어려움이 있다면 전문가의 도움을 받는 것이 좋습니다.