We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3a411 commit f148142Copy full SHA for f148142
java/client/src/org/openqa/selenium/chromium/ChromiumDriverInfo.java
@@ -17,11 +17,8 @@
17
18
package org.openqa.selenium.chromium;
19
20
-import com.google.auto.service.AutoService;
21
-
22
import org.openqa.selenium.WebDriverInfo;
23
24
-@AutoService(WebDriverInfo.class)
25
public abstract class ChromiumDriverInfo implements WebDriverInfo {
26
27
@Override
java/client/src/org/openqa/selenium/chromium/module-info.txt
@@ -21,8 +21,4 @@ module org.openqa.selenium.chromium {
requires transitive org.openqa.selenium.remote;
exports org.openqa.selenium.chromium;
- provides org.openqa.selenium.WebDriverInfo with
- org.openqa.selenium.chromium.ChromiumDriverInfo;
28
}
0 commit comments