Dave Nicholas
Dave Nicholas
#1455 Might be related?
@titusfortner Do you have a release date for Selenium 4.5.0? Am also being impacted by this issue.
@titusfortner Not sure where module-info.java is generated, but was able to go back to version 4.1.3 and found that selenium-remote-driver Java module is using `uses org.openqa.selenium.devtools.CdpInfo`; but the newer versions...
@titusfortner and @dennisoelkers and @diemol The change in 4.1.4 that might be related to this is in PR #10509 in which the ServiceLoader.load method call added a second parameter for...
@pujagani Steps to reproduce 1. Require Java 17, latest version 2. Require a multi module Java project 3. For example, create a Java module, called `module-a`. Create a Java test...
[starter-repro.zip](https://github.com/SeleniumHQ/selenium/files/9633712/starter-repro.zip) Attaching sample project to repro the issue CC: @pujagani @titusfortner
@shs96c Do you know if we can use byte-buddy or aspectj here to add `uses CdpInfo` to `module-info.class` at runtime for the `remote_driver` module?
We have a new bug, blocking us from retesting this one, #11069 CC: @titusfortner CC: @pujagani CC: @shs96c
@pujagani Many thanks for the fix. This is working with Selenium 4.5.3. Thanks again!
@tomakehurst Any update on this? Is there a workaround for using wiremock in a Java module maven test project?