Home > Blockchain >  WARNING: Unable to find an exact match for CDP version 107, so returning the closest version found:
WARNING: Unable to find an exact match for CDP version 107, so returning the closest version found:

Time:10-29

Can anyone help me to solve this issue?

I have Google Chrome version 107.0.5304.6, and I'm using WebDriverManager to get the same chromeDriver version. I download Google Chrome version 106 and run my tests and this issue didn't happen, but my Google Chrome updates automatically from version 106 to 107 and the warning happens again.

CodePudding user response:

I am facing the same issue. Major revisions for both the following are the same:

-Chrome version Version 107.0.5304.87 (Official Build) (arm64) -ChromeDriver version: 107.0.5304.62

CodePudding user response:

i had the same issue. i'll be glad if someone answers for the solution. -WARNING: Unable to find an exact match for CDP version 107, so returning the closest version found: 106

  • Related