组织ID: |
org.seleniumhq.selenium |
项目ID: |
selenium-remote-driver |
版本: |
4.0.0-alpha-5 |
最后修改时间: |
2020-03-18 19:41:34 |
包类型: |
jar |
标题: |
org.seleniumhq.selenium:selenium-remote-driver |
描述: |
Selenium automates browsers. That's it! What you do with that power is entirely up to you. |
相关URL: |
https://selenium.dev/ |
大小: |
289.63KB |
|
Maven引入代码: |
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-driver</artifactId>
<version>4.0.0-alpha-5</version>
</dependency>
|
Gradle引入代码: |
org.seleniumhq.selenium:selenium-remote-driver:4.0.0-alpha-5
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-driver</artifactId>
<version>4.0.0-alpha-5</version>
<name>org.seleniumhq.selenium:selenium-remote-driver</name>
<description>Selenium automates browsers. That's it! What you do with that power is entirely up to you.</description>
<url>https://selenium.dev/</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/SeleniumHQ/selenium/</url>
<connection>scm:git:https://github.com/SeleniumHQ/selenium.git</connection>
<developerConnection>scm:git:git@github.com:SeleniumHQ/selenium.git</developerConnection>
</scm>
<developers>
<developer>
<id>simon.m.stewart</id>
<name>Simon Stewart</name>
<roles>
<role>Owner</role>
</roles>
</developer>
<developer>
<id>dawagner</id>
<name>Daniel Wagner-Hall</name>
<roles>
<role>Committer</role>
</roles>
</developer>
<developer>
<id>eran.mes@gmail.com</id>
<name>Eran Mes</name>
<roles>
<role>Committer</role>
</roles>
</developer>
<developer>
<id>james.h.evans.jr</id>
<name>Jim Evans</name>
<roles>
<role>Committer</role>
</roles>
</developer>
<developer>
<id>jari.bakken</id>
<name>Jari Bakken</name>
<roles>
<role>Committer</role>
</roles>
</developer>
<developer>
<id>michael.tamm2</id>
<name>Michael Tamm</name>
<roles>
<role>Committer</role>
</roles>
</developer>
<developer>
<id>theautomatedtester</id>
<name>David Burns</name>
<roles>
<role>Committer</role>
</roles>
</developer>
<developer>
<id>krosenvold</id>
<name>Kristian Rosenvold</name>
<roles>
<role>Committer</role>
</roles>
</developer>
<developer>
<id>lsemerau</id>
<name>Luke Inman-Semerau</name>
<roles>
<role>Committer</role>
</roles>
</developer>
<developer>
<id>barancev</id>
<name>Alexei Barantsev</name>
<roles>
<role>Committer</role>
</roles>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>28.2-jre</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.4.1</version>
</dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>2.4.3</version>
</dependency>
<dependency>
<groupId>com.typesafe.netty</groupId>
<artifactId>netty-reactive-streams</artifactId>
<version>2.0.4</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.47.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.1.47.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>4.1.47.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>4.1.47.Final</version>
<classifier>linux-x86_64</classifier>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-kqueue</artifactId>
<version>4.1.47.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-kqueue</artifactId>
<version>4.1.47.Final</version>
<classifier>osx-x86_64</classifier>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-unix-common</artifactId>
<version>4.1.47.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<version>4.1.47.Final</version>
</dependency>
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-api</artifactId>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.10.8</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-exec</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-api</artifactId>
<version>4.0.0-alpha-5</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-http</artifactId>
<version>4.0.0-alpha-5</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-json</artifactId>
<version>4.0.0-alpha-5</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF.versions.9.module-info.class
org.openqa.selenium.io.CircularOutputStream.class
org.openqa.selenium.io.FileHandler.class
org.openqa.selenium.io.MultiOutputStream.class
org.openqa.selenium.io.TemporaryFilesystem.class
org.openqa.selenium.io.Zip.class
org.openqa.selenium.os.CommandLine.class
org.openqa.selenium.os.ExecutableFinder.class
org.openqa.selenium.os.OsProcess$SeleniumWatchDog.class
org.openqa.selenium.os.OsProcess.class
org.openqa.selenium.remote.AbstractDriverOptions.class
org.openqa.selenium.remote.AcceptedW3CCapabilityKeys.class
org.openqa.selenium.remote.AddRotatable.class
org.openqa.selenium.remote.Augmentable.class
org.openqa.selenium.remote.Augmenter$1.class
org.openqa.selenium.remote.Augmenter$CompoundHandler.class
org.openqa.selenium.remote.Augmenter.class
org.openqa.selenium.remote.AugmenterProvider.class
org.openqa.selenium.remote.BaseAugmenter.class
org.openqa.selenium.remote.BrowserType.class
org.openqa.selenium.remote.CapabilityType$ForSeleniumServer.class
org.openqa.selenium.remote.CapabilityType.class
org.openqa.selenium.remote.Command.class
org.openqa.selenium.remote.CommandCodec.class
org.openqa.selenium.remote.CommandExecutor.class
org.openqa.selenium.remote.CommandInfo.class
org.openqa.selenium.remote.CommandPayload.class
org.openqa.selenium.remote.DesiredCapabilities.class
org.openqa.selenium.remote.Dialect$1.class
org.openqa.selenium.remote.Dialect$2.class
org.openqa.selenium.remote.Dialect.class
org.openqa.selenium.remote.DriverCommand.class
org.openqa.selenium.remote.ErrorCodes$KnownError.class
org.openqa.selenium.remote.ErrorCodes.class
org.openqa.selenium.remote.ErrorHandler$1.class
org.openqa.selenium.remote.ErrorHandler$FrameInfoToStackFrame.class
org.openqa.selenium.remote.ErrorHandler$UnknownServerException.class
org.openqa.selenium.remote.ErrorHandler.class
org.openqa.selenium.remote.ExecuteMethod.class
org.openqa.selenium.remote.FileDetector.class
org.openqa.selenium.remote.HandshakeResponse.class
org.openqa.selenium.remote.HttpCommandExecutor.class
org.openqa.selenium.remote.HttpSessionId.class
org.openqa.selenium.remote.InitialHandshakeResponse.class
org.openqa.selenium.remote.InterfaceImplementation.class
org.openqa.selenium.remote.JdkAugmenter$1.class
org.openqa.selenium.remote.JdkAugmenter$JdkHandler.class
org.openqa.selenium.remote.JdkAugmenter.class
org.openqa.selenium.remote.JsonToWebElementConverter.class
org.openqa.selenium.remote.JsonWireProtocolResponse.class
org.openqa.selenium.remote.LocalFileDetector.class
org.openqa.selenium.remote.NewSessionPayload.class
org.openqa.selenium.remote.ProtocolHandshake$Result.class
org.openqa.selenium.remote.ProtocolHandshake.class
org.openqa.selenium.remote.RemoteExecuteMethod.class
org.openqa.selenium.remote.RemoteKeyboard.class
org.openqa.selenium.remote.RemoteLogs.class
org.openqa.selenium.remote.RemoteMouse.class
org.openqa.selenium.remote.RemoteStatus.class
org.openqa.selenium.remote.RemoteTags.class
org.openqa.selenium.remote.RemoteTouchScreen.class
org.openqa.selenium.remote.RemoteWebDriver$1.class
org.openqa.selenium.remote.RemoteWebDriver$RemoteAlert.class
org.openqa.selenium.remote.RemoteWebDriver$RemoteNavigation.class
org.openqa.selenium.remote.RemoteWebDriver$RemoteTargetLocator.class
org.openqa.selenium.remote.RemoteWebDriver$RemoteVirtualAuthenticator.class
org.openqa.selenium.remote.RemoteWebDriver$RemoteWebDriverOptions$RemoteInputMethodManager.class
org.openqa.selenium.remote.RemoteWebDriver$RemoteWebDriverOptions$RemoteTimeouts.class
org.openqa.selenium.remote.RemoteWebDriver$RemoteWebDriverOptions$RemoteWindow.class
org.openqa.selenium.remote.RemoteWebDriver$RemoteWebDriverOptions.class
org.openqa.selenium.remote.RemoteWebDriver$When.class
org.openqa.selenium.remote.RemoteWebDriver.class
org.openqa.selenium.remote.RemoteWebDriverBuilder$1.class
org.openqa.selenium.remote.RemoteWebDriverBuilder$Plan.class
org.openqa.selenium.remote.RemoteWebDriverBuilder$SpecCompliantExecutor.class
org.openqa.selenium.remote.RemoteWebDriverBuilder.class
org.openqa.selenium.remote.RemoteWebElement$1.class
org.openqa.selenium.remote.RemoteWebElement.class
org.openqa.selenium.remote.Response.class
org.openqa.selenium.remote.ResponseCodec.class
org.openqa.selenium.remote.ScreenshotException.class
org.openqa.selenium.remote.SessionId.class
org.openqa.selenium.remote.UnreachableBrowserException.class
org.openqa.selenium.remote.UselessFileDetector.class
org.openqa.selenium.remote.W3CHandshakeResponse.class
org/openqa/selenium/remote/getAttribute.js
org/openqa/selenium/remote/isDisplayed.js
org.openqa.selenium.remote.codec.AbstractHttpCommandCodec$1.class
org.openqa.selenium.remote.codec.AbstractHttpCommandCodec$CommandSpec.class
org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.class
org.openqa.selenium.remote.codec.AbstractHttpResponseCodec.class
org.openqa.selenium.remote.codec.jwp.JsonHttpCommandCodec.class
org.openqa.selenium.remote.codec.jwp.JsonHttpResponseCodec.class
org.openqa.selenium.remote.codec.w3c.W3CHttpCommandCodec.class
org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.class
org.openqa.selenium.remote.html5.AddApplicationCache.class
org.openqa.selenium.remote.html5.AddLocationContext.class
org.openqa.selenium.remote.html5.AddWebStorage.class
org.openqa.selenium.remote.html5.RemoteApplicationCache.class
org.openqa.selenium.remote.html5.RemoteLocalStorage.class
org.openqa.selenium.remote.html5.RemoteLocationContext.class
org.openqa.selenium.remote.html5.RemoteSessionStorage.class
org.openqa.selenium.remote.html5.RemoteWebStorage.class
org.openqa.selenium.remote.http.netty.NettyClient$1.class
org.openqa.selenium.remote.http.netty.NettyClient$Factory.class
org.openqa.selenium.remote.http.netty.NettyClient.class
org.openqa.selenium.remote.http.netty.NettyDomainSocketClient$1$1.class
org.openqa.selenium.remote.http.netty.NettyDomainSocketClient$1.class
org.openqa.selenium.remote.http.netty.NettyDomainSocketClient.class
org.openqa.selenium.remote.http.netty.NettyHttpHandler.class
org.openqa.selenium.remote.http.netty.NettyMessages.class
org.openqa.selenium.remote.http.netty.NettyWebSocket$1.class
org.openqa.selenium.remote.http.netty.NettyWebSocket.class
org.openqa.selenium.remote.http.okhttp.CreateOkClient.class
org.openqa.selenium.remote.http.okhttp.OkHandler.class
org.openqa.selenium.remote.http.okhttp.OkHttpClient$1.class
org.openqa.selenium.remote.http.okhttp.OkHttpClient$Factory.class
org.openqa.selenium.remote.http.okhttp.OkHttpClient.class
org.openqa.selenium.remote.http.okhttp.OkHttpWebSocket$1.class
org.openqa.selenium.remote.http.okhttp.OkHttpWebSocket.class
org.openqa.selenium.remote.http.okhttp.OkMessages$1.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
guava-28.2-jre.jar
/com.google.guava/guava/28.2-jre
查看guava所有版本文件
okhttp-4.4.1.jar
/com.squareup.okhttp3/okhttp/4.4.1
查看okhttp所有版本文件
okio-2.4.3.jar
/com.squareup.okio/okio/2.4.3
查看okio所有版本文件
netty-reactive-streams-2.0.4.jar
/com.typesafe.netty/netty-reactive-streams/2.0.4
查看netty-reactive-streams所有版本文件
netty-buffer-4.1.47.Final.jar
/io.netty/netty-buffer/4.1.47.Final
查看netty-buffer所有版本文件
netty-codec-http-4.1.47.Final.jar
/io.netty/netty-codec-http/4.1.47.Final
查看netty-codec-http所有版本文件
netty-transport-native-epoll-4.1.47.Final.jar
/io.netty/netty-transport-native-epoll/4.1.47.Final
查看netty-transport-native-epoll所有版本文件
netty-transport-native-epoll-4.1.47.Final.jar
/io.netty/netty-transport-native-epoll/4.1.47.Final
查看netty-transport-native-epoll所有版本文件
netty-transport-native-kqueue-4.1.47.Final.jar
/io.netty/netty-transport-native-kqueue/4.1.47.Final
查看netty-transport-native-kqueue所有版本文件
netty-transport-native-kqueue-4.1.47.Final.jar
/io.netty/netty-transport-native-kqueue/4.1.47.Final
查看netty-transport-native-kqueue所有版本文件
netty-transport-native-unix-common-4.1.47.Final.jar
/io.netty/netty-transport-native-unix-common/4.1.47.Final
查看netty-transport-native-unix-common所有版本文件
netty-transport-4.1.47.Final.jar
/io.netty/netty-transport/4.1.47.Final
查看netty-transport所有版本文件
opentelemetry-api-0.2.0.jar
/io.opentelemetry/opentelemetry-api/0.2.0
查看opentelemetry-api所有版本文件
byte-buddy-1.10.8.jar
/net.bytebuddy/byte-buddy/1.10.8
查看byte-buddy所有版本文件
commons-exec-1.3.jar
/org.apache.commons/commons-exec/1.3
查看commons-exec所有版本文件
async-http-client-2.11.0.jar
/org.asynchttpclient/async-http-client/2.11.0
查看async-http-client所有版本文件
selenium-api-4.0.0-alpha-5.jar
/org.seleniumhq.selenium/selenium-api/4.0.0-alpha-5
查看selenium-api所有版本文件
selenium-http-4.0.0-alpha-5.jar
/org.seleniumhq.selenium/selenium-http/4.0.0-alpha-5
查看selenium-http所有版本文件
selenium-json-4.0.0-alpha-5.jar
/org.seleniumhq.selenium/selenium-json/4.0.0-alpha-5
查看selenium-json所有版本文件
|