Home > Software engineering >  CDP version 97 support in Selenium
CDP version 97 support in Selenium

Time:01-28

WARNING: Unable to find an exact match for CDP version 97, so returning the closest version found: 96

Which version of Selenia supports CDP 97?

CodePudding user response:

Currently, CDP 96 is the latest supported by selenium CDP version.

I saw this commit 23 days ago (Jan 5, 2022).

https://github.com/SeleniumHQ/selenium/commit/ba01ccd11a9cb75149acaa174a329a91e706ef99

So it should be available in the next released version.

  •  Tags:  
  • Related