I'm using:
The error message is
The package org.openqa.selenium is accessible from more than one module: client.combined, net.bytebuddy"
Steps below helped me, Right click Eclipse project > Properties > Java Build Path. In Libraries tab, remove all the external jar files under Modulepath and add them under Classpath (you can just select all the jars and drag them under Classpath) Click Apply and Close.
This happens when you have added the external jars in the ModulePath.
Solution:
The problem is that you are adding Jar files to your Modulepath instead of Classpath. Go to Project->BuildPath->Config BuildPath->Remove Jars from Modulepath->then click on classpath->Add external selenium jar files.
click on the screenshot for more clarity
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With