组织ID: |
org.seleniumhq.selenium |
项目ID: |
selenium-remote-driver |
版本: |
4.0.0-alpha-3 |
最后修改时间: |
2019-10-01 20:05: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: |
http://www.seleniumhq.org/ |
大小: |
257.37KB |
|
Maven引入代码: |
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-driver</artifactId>
<version>4.0.0-alpha-3</version>
</dependency>
|
Gradle引入代码: |
org.seleniumhq.selenium:selenium-remote-driver:4.0.0-alpha-3
|
下载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-3</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>http://www.seleniumhq.org/</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>27.1-jre</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>io.opentracing</groupId>
<artifactId>opentracing-api</artifactId>
<version>0.33.0</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.9.12</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-exec</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-api</artifactId>
<version>4.0.0-alpha-3</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-http</artifactId>
<version>4.0.0-alpha-3</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-json</artifactId>
<version>4.0.0-alpha-3</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.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$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.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
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
guava-27.1-jre.jar
/com.google.guava/guava/27.1-jre
查看guava所有版本文件
okhttp-4.0.1.jar
/com.squareup.okhttp3/okhttp/4.0.1
查看okhttp所有版本文件
opentracing-api-0.33.0.jar
/io.opentracing/opentracing-api/0.33.0
查看opentracing-api所有版本文件
byte-buddy-1.9.12.jar
/net.bytebuddy/byte-buddy/1.9.12
查看byte-buddy所有版本文件
commons-exec-1.3.jar
/org.apache.commons/commons-exec/1.3
查看commons-exec所有版本文件
selenium-api-4.0.0-alpha-3.jar
/org.seleniumhq.selenium/selenium-api/4.0.0-alpha-3
查看selenium-api所有版本文件
selenium-http-4.0.0-alpha-3.jar
/org.seleniumhq.selenium/selenium-http/4.0.0-alpha-3
查看selenium-http所有版本文件
selenium-json-4.0.0-alpha-3.jar
/org.seleniumhq.selenium/selenium-json/4.0.0-alpha-3
查看selenium-json所有版本文件
|