组织ID: |
org.seleniumhq.selenium |
项目ID: |
selenium-remote-driver |
版本: |
3.5.3 |
最后修改时间: |
2018-08-06 21:26:01 |
包类型: |
javadoc (Api文档) |
标题: |
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/ |
大小: |
566.30KB |
|
Maven引入代码: |
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-driver</artifactId>
<version>3.5.3</version>
<classifier>javadoc</classifier>
<type>javadoc</type>
</dependency>
|
Gradle引入代码: |
org.seleniumhq.selenium:selenium-remote-driver:3.5.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>3.5.3</version>
<name>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>
<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>
<scm>
<connection>scm:git:git@github.com:SeleniumHQ/selenium.git</connection>
<developerConnection>scm:git:git@github.com:SeleniumHQ/selenium.git</developerConnection>
<url>https://github.com/SeleniumHQ/selenium/</url>
</scm>
<dependencies>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-api</artifactId>
<version>3.5.3</version>
<classifier></classifier>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>3.2.4</version>
<classifier></classifier>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-exec</artifactId>
<version>1.3</version>
<classifier></classifier>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.0</version>
<classifier></classifier>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>23.0</version>
<classifier></classifier>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.3</version>
<classifier></classifier>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna-platform</artifactId>
<version>4.1.0</version>
<classifier></classifier>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
allclasses-frame.html
allclasses-noframe.html
constant-values.html
deprecated-list.html
help-doc.html
index-all.html
index.html
org/openqa/selenium/interactions/Actions.html
org/openqa/selenium/interactions/ButtonReleaseAction.html
org/openqa/selenium/interactions/ClickAction.html
org/openqa/selenium/interactions/ClickAndHoldAction.html
org/openqa/selenium/interactions/CompositeAction.html
org/openqa/selenium/interactions/ContextClickAction.html
org/openqa/selenium/interactions/DoubleClickAction.html
org/openqa/selenium/interactions/IsInteraction.html
org/openqa/selenium/interactions/KeyDownAction.html
org/openqa/selenium/interactions/KeyInput.html
org/openqa/selenium/interactions/KeyUpAction.html
org/openqa/selenium/interactions/MoveMouseAction.html
org/openqa/selenium/interactions/MoveToOffsetAction.html
org/openqa/selenium/interactions/PauseAction.html
org/openqa/selenium/interactions/PointerInput.Kind.html
org/openqa/selenium/interactions/PointerInput.MouseButton.html
org/openqa/selenium/interactions/PointerInput.Origin.html
org/openqa/selenium/interactions/PointerInput.html
org/openqa/selenium/interactions/SendKeysAction.html
org/openqa/selenium/interactions/internal/BaseAction.html
org/openqa/selenium/interactions/internal/DisplayAction.html
org/openqa/selenium/interactions/internal/KeysRelatedAction.html
org/openqa/selenium/interactions/internal/MouseAction.Button.html
org/openqa/selenium/interactions/internal/MouseAction.html
org/openqa/selenium/interactions/internal/SingleKeyAction.html
org/openqa/selenium/interactions/internal/TouchAction.html
org/openqa/selenium/interactions/internal/package-frame.html
org/openqa/selenium/interactions/internal/package-summary.html
org/openqa/selenium/interactions/internal/package-tree.html
org/openqa/selenium/interactions/package-frame.html
org/openqa/selenium/interactions/package-summary.html
org/openqa/selenium/interactions/package-tree.html
org/openqa/selenium/interactions/touch/DoubleTapAction.html
org/openqa/selenium/interactions/touch/DownAction.html
org/openqa/selenium/interactions/touch/FlickAction.html
org/openqa/selenium/interactions/touch/LongPressAction.html
org/openqa/selenium/interactions/touch/MoveAction.html
org/openqa/selenium/interactions/touch/ScrollAction.html
org/openqa/selenium/interactions/touch/SingleTapAction.html
org/openqa/selenium/interactions/touch/TouchActions.html
org/openqa/selenium/interactions/touch/UpAction.html
org/openqa/selenium/interactions/touch/package-frame.html
org/openqa/selenium/interactions/touch/package-summary.html
org/openqa/selenium/interactions/touch/package-tree.html
org/openqa/selenium/io/CircularOutputStream.html
org/openqa/selenium/io/FileHandler.html
org/openqa/selenium/io/MultiOutputStream.html
org/openqa/selenium/io/TemporaryFilesystem.html
org/openqa/selenium/io/Zip.html
org/openqa/selenium/io/package-frame.html
org/openqa/selenium/io/package-summary.html
org/openqa/selenium/io/package-tree.html
org/openqa/selenium/logging/LocalLogs.html
org/openqa/selenium/logging/LogCombiner.html
org/openqa/selenium/logging/LogLevelMapping.html
org/openqa/selenium/logging/LogType.html
org/openqa/selenium/logging/LoggingHandler.html
org/openqa/selenium/logging/NeedsLocalLogs.html
org/openqa/selenium/logging/SessionLogHandler.html
org/openqa/selenium/logging/SessionLogs.html
org/openqa/selenium/logging/package-frame.html
org/openqa/selenium/logging/package-summary.html
org/openqa/selenium/logging/package-tree.html
org/openqa/selenium/logging/profiler/EventType.html
org/openqa/selenium/logging/profiler/HttpProfilerLogEntry.html
org/openqa/selenium/logging/profiler/ProfilerLogEntry.html
org/openqa/selenium/logging/profiler/package-frame.html
org/openqa/selenium/logging/profiler/package-summary.html
org/openqa/selenium/logging/profiler/package-tree.html
org/openqa/selenium/net/DefaultNetworkInterfaceProvider.html
org/openqa/selenium/net/EphemeralPortRangeDetector.html
org/openqa/selenium/net/FixedIANAPortRange.html
org/openqa/selenium/net/LinuxEphemeralPortRangeDetector.html
org/openqa/selenium/net/NetworkInterface.html
org/openqa/selenium/net/NetworkInterfaceProvider.html
org/openqa/selenium/net/NetworkUtils.html
org/openqa/selenium/net/OlderWindowsVersionEphemeralPortDetector.html
org/openqa/selenium/net/PortProber.html
org/openqa/selenium/net/UrlChecker.TimeoutException.html
org/openqa/selenium/net/UrlChecker.html
org/openqa/selenium/net/Urls.html
org/openqa/selenium/net/package-frame.html
org/openqa/selenium/net/package-summary.html
org/openqa/selenium/net/package-tree.html
org/openqa/selenium/os/CommandLine.html
org/openqa/selenium/os/ExecutableFinder.html
org/openqa/selenium/os/Kernel32.html
org/openqa/selenium/os/ProcessUtils.ProcessStillAliveException.html
org/openqa/selenium/os/ProcessUtils.html
org/openqa/selenium/os/WindowsUtils.html
org/openqa/selenium/os/package-frame.html
org/openqa/selenium/os/package-summary.html
org/openqa/selenium/os/package-tree.html
org/openqa/selenium/remote/AddFindsByCss.html
org/openqa/selenium/remote/AddFindsChildByCss.html
org/openqa/selenium/remote/AddRemoteTouchScreen.html
org/openqa/selenium/remote/AddRotatable.html
org/openqa/selenium/remote/Augmentable.html
org/openqa/selenium/remote/Augmenter.html
org/openqa/selenium/remote/AugmenterProvider.html
org/openqa/selenium/remote/BaseAugmenter.html
org/openqa/selenium/remote/BeanToJsonConverter.html
org/openqa/selenium/remote/BrowserType.html
org/openqa/selenium/remote/CapabilityType.ForSeleniumServer.html
org/openqa/selenium/remote/CapabilityType.html
org/openqa/selenium/remote/Command.html
org/openqa/selenium/remote/CommandCodec.html
org/openqa/selenium/remote/CommandExecutor.html
org/openqa/selenium/remote/CommandInfo.html
org/openqa/selenium/remote/DesiredCapabilities.html
org/openqa/selenium/remote/Dialect.html
org/openqa/selenium/remote/DriverCommand.html
org/openqa/selenium/remote/ErrorCodes.html
org/openqa/selenium/remote/ErrorHandler.UnknownServerException.html
org/openqa/selenium/remote/ErrorHandler.html
org/openqa/selenium/remote/ExecuteMethod.html
org/openqa/selenium/remote/FileDetector.html
org/openqa/selenium/remote/HttpCommandExecutor.html
org/openqa/selenium/remote/HttpSessionId.html
org/openqa/selenium/remote/InterfaceImplementation.html
org/openqa/selenium/remote/JdkAugmenter.html
org/openqa/selenium/remote/JsonException.html
org/openqa/selenium/remote/JsonToBeanConverter.html
org/openqa/selenium/remote/LocalFileDetector.html
org/openqa/selenium/remote/ProtocolHandshake.Result.html
org/openqa/selenium/remote/ProtocolHandshake.html
org/openqa/selenium/remote/RemoteExecuteMethod.html
org/openqa/selenium/remote/RemoteKeyboard.html
org/openqa/selenium/remote/RemoteLogs.html
org/openqa/selenium/remote/RemoteMouse.html
org/openqa/selenium/remote/RemoteStatus.html
org/openqa/selenium/remote/RemoteTouchScreen.html
org/openqa/selenium/remote/RemoteWebDriver.RemoteTargetLocator.html
org/openqa/selenium/remote/RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager.html
org/openqa/selenium/remote/RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts.html
org/openqa/selenium/remote/RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow.html
org/openqa/selenium/remote/RemoteWebDriver.RemoteWebDriverOptions.html
org/openqa/selenium/remote/RemoteWebDriver.When.html
org/openqa/selenium/remote/RemoteWebDriver.html
org/openqa/selenium/remote/RemoteWebElement.html
org/openqa/selenium/remote/Response.html
org/openqa/selenium/remote/ResponseCodec.html
org/openqa/selenium/remote/ScreenshotException.html
org/openqa/selenium/remote/SessionId.html
org/openqa/selenium/remote/SimplePropertyDescriptor.html
org/openqa/selenium/remote/UnreachableBrowserException.html
org/openqa/selenium/remote/UselessFileDetector.html
org/openqa/selenium/remote/html5/AddApplicationCache.html
org/openqa/selenium/remote/html5/AddLocationContext.html
org/openqa/selenium/remote/html5/AddWebStorage.html
org/openqa/selenium/remote/html5/RemoteApplicationCache.html
org/openqa/selenium/remote/html5/RemoteLocalStorage.html
org/openqa/selenium/remote/html5/RemoteLocationContext.html
org/openqa/selenium/remote/html5/RemoteSessionStorage.html
org/openqa/selenium/remote/html5/RemoteWebStorage.html
org/openqa/selenium/remote/html5/package-frame.html
org/openqa/selenium/remote/html5/package-summary.html
org/openqa/selenium/remote/html5/package-tree.html
org/openqa/selenium/remote/http/AbstractHttpCommandCodec.CommandSpec.html
org/openqa/selenium/remote/http/AbstractHttpCommandCodec.html
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
selenium-api-3.5.3.jar
/org.seleniumhq.selenium/selenium-api/3.5.3
查看selenium-api所有版本文件
cglib-nodep-3.2.4.jar
/cglib/cglib-nodep/3.2.4
查看cglib-nodep所有版本文件
commons-exec-1.3.jar
/org.apache.commons/commons-exec/1.3
查看commons-exec所有版本文件
gson-2.8.0.jar
/com.google.code.gson/gson/2.8.0
查看gson所有版本文件
guava-23.0.jar
/com.google.guava/guava/23.0
查看guava所有版本文件
httpclient-4.5.3.jar
/org.apache.httpcomponents/httpclient/4.5.3
查看httpclient所有版本文件
jna-platform-4.1.0.jar
/net.java.dev.jna/jna-platform/4.1.0
查看jna-platform所有版本文件
|