Selenium Node Error after Update

I just updated Selenium Nodes and now I am getting the following error within the Extract Attribute Node:

You are using a no-op implementation of the CDP. The most likely reason for this is that Selenium was unable to find an implementation of the CDP protocol that matches your browser. Please be sure to include an implementation on the classpath, possibly by adding a new (maven) dependency of org.seleniumhq.selenium:selenium-devtools-vNN:4.15.0 where NN matches the major version of the browser you’re using.
Build info: version: ‘4.15.0’, revision: ‘1d14b5521b’
System info: os.name: ‘Windows 11’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘17.0.5’
Driver info: DevTools Connection

Is your Chrome browser up-to-date?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.