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.1.3
where NN
matches the major version of the browser you're using.
selenium-devtools-vNN:4.1.3
I am getting the maximum version for chrome is 99 in enable Network methods. but I am running chrome version 106 currently. How to achieve the compatibility issue resolution.
//import org.openqa.selenium.devtools.v99.network.model.Response; //import org.openqa.selenium.devtools.v99.network.model.Request; above are the maximum Versions I am getting for Devtools upon suggestions provide by Eclipse.