Im using selenium-java 4.6.0 and Im capturing network traffic.When I try to import the selenium class for 'Network', I get several options :
- org.openqa.selenium.devtools.v107.network.Network;
- org.openqa.selenium.devtools.v106.network.Network;
- etc...
Is there a way to select always the last version available? Or another way to not to change with each new release the import version?