joerg1985

Results 187 comments of joerg1985

@sjanard could you update to 4.39.0 and check the new error message? This should help to better understand the issue

#16412 sorry i only mentioned it in the title

@Zanis7 you should first try to update to a recent version of selenium, as there have been some fixes in this area e.g. one i can remember is https://github.com/SeleniumHQ/selenium/commit/6cda69299366dd9e0976bede2fdbcfe42eb90cfa fixed...

@36Tushar you should remove the duplicate `selenium-java` and `testng` entries from your pom.xml. Alter this run `mvn dependency:tree` to check all selenium jars are from the same release version.

@36Tushar could you share the output of `mvn dependency:tree` as txt file?

I don't have a solution, but a workaround for now. This seems to be related to the java module system. Adding `requires dev.failsafe.core;` to my module declaration did help.