<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-driver</artifactId>
<version>4.0.0-alpha-5</version>
</dependency>
libraryDependencies += "org.seleniumhq.selenium" % "selenium-remote-driver" % "4.0.0-alpha-5"
@Grapes(
@Grab(group='org.seleniumhq.selenium', module='selenium-remote-driver', version='4.0.0-alpha-5')
)
<dependency org="org.seleniumhq.selenium" name="selenium-remote-driver" rev="4.0.0-alpha-5" />
compile
|-- com.google.guava:guava:28.2-jre
|-- com.squareup.okhttp3:okhttp:4.4.1
|-- com.squareup.okio:okio:2.4.3
|-- com.typesafe.netty:netty-reactive-streams:2.0.4
|-- io.netty:netty-buffer:4.1.47.Final
|-- io.netty:netty-codec-http:4.1.47.Final
|-- io.netty:netty-transport-native-epoll:4.1.47.Final
|-- io.netty:netty-transport-native-epoll:4.1.47.Final
|-- io.netty:netty-transport-native-kqueue:4.1.47.Final
|-- io.netty:netty-transport-native-kqueue:4.1.47.Final
|-- io.netty:netty-transport-native-unix-common:4.1.47.Final
|-- io.netty:netty-transport:4.1.47.Final
|-- io.opentelemetry:opentelemetry-api:0.2.0
|-- net.bytebuddy:byte-buddy:1.10.8
|-- org.apache.commons:commons-exec:1.3
|-- org.asynchttpclient:async-http-client:2.11.0
|-- org.seleniumhq.selenium:selenium-api:4.0.0-alpha-5