组织ID: |
org.seleniumhq.selenium |
项目ID: |
selenium-remote-driver |
版本: |
3.5.3 |
最后修改时间: |
2018-07-29 22:04:13 |
包类型: |
java-source (源码) |
标题: |
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/ |
大小: |
212.35KB |
|
Maven引入代码: |
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-driver</artifactId>
<version>3.5.3</version>
<classifier>sources</classifier>
<type>java-source</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包内容: |
org/openqa/selenium/interactions/Actions.java
org/openqa/selenium/interactions/ButtonReleaseAction.java
org/openqa/selenium/interactions/ClickAction.java
org/openqa/selenium/interactions/ClickAndHoldAction.java
org/openqa/selenium/interactions/CompositeAction.java
org/openqa/selenium/interactions/ContextClickAction.java
org/openqa/selenium/interactions/DoubleClickAction.java
org/openqa/selenium/interactions/IsInteraction.java
org/openqa/selenium/interactions/KeyDownAction.java
org/openqa/selenium/interactions/KeyInput.java
org/openqa/selenium/interactions/KeyUpAction.java
org/openqa/selenium/interactions/MoveMouseAction.java
org/openqa/selenium/interactions/MoveToOffsetAction.java
org/openqa/selenium/interactions/PauseAction.java
org/openqa/selenium/interactions/PointerInput.java
org/openqa/selenium/interactions/SendKeysAction.java
org/openqa/selenium/interactions/internal/BaseAction.java
org/openqa/selenium/interactions/internal/DisplayAction.java
org/openqa/selenium/interactions/internal/KeysRelatedAction.java
org/openqa/selenium/interactions/internal/MouseAction.java
org/openqa/selenium/interactions/internal/SingleKeyAction.java
org/openqa/selenium/interactions/internal/TouchAction.java
org/openqa/selenium/interactions/touch/DoubleTapAction.java
org/openqa/selenium/interactions/touch/DownAction.java
org/openqa/selenium/interactions/touch/FlickAction.java
org/openqa/selenium/interactions/touch/LongPressAction.java
org/openqa/selenium/interactions/touch/MoveAction.java
org/openqa/selenium/interactions/touch/ScrollAction.java
org/openqa/selenium/interactions/touch/SingleTapAction.java
org/openqa/selenium/interactions/touch/TouchActions.java
org/openqa/selenium/interactions/touch/UpAction.java
org/openqa/selenium/io/CircularOutputStream.java
org/openqa/selenium/io/FileHandler.java
org/openqa/selenium/io/MultiOutputStream.java
org/openqa/selenium/io/TemporaryFilesystem.java
org/openqa/selenium/io/Zip.java
org/openqa/selenium/logging/CompositeLocalLogs.java
org/openqa/selenium/logging/HandlerBasedLocalLogs.java
org/openqa/selenium/logging/LocalLogs.java
org/openqa/selenium/logging/LogCombiner.java
org/openqa/selenium/logging/LogLevelMapping.java
org/openqa/selenium/logging/LogType.java
org/openqa/selenium/logging/LoggingHandler.java
org/openqa/selenium/logging/NeedsLocalLogs.java
org/openqa/selenium/logging/SessionLogHandler.java
org/openqa/selenium/logging/SessionLogs.java
org/openqa/selenium/logging/StoringLocalLogs.java
org/openqa/selenium/logging/profiler/EventType.java
org/openqa/selenium/logging/profiler/HttpProfilerLogEntry.java
org/openqa/selenium/logging/profiler/ProfilerLogEntry.java
org/openqa/selenium/net/DefaultNetworkInterfaceProvider.java
org/openqa/selenium/net/EphemeralPortRangeDetector.java
org/openqa/selenium/net/FixedIANAPortRange.java
org/openqa/selenium/net/LinuxEphemeralPortRangeDetector.java
org/openqa/selenium/net/NetworkInterface.java
org/openqa/selenium/net/NetworkInterfaceProvider.java
org/openqa/selenium/net/NetworkUtils.java
org/openqa/selenium/net/OlderWindowsVersionEphemeralPortDetector.java
org/openqa/selenium/net/PortProber.java
org/openqa/selenium/net/UrlChecker.java
org/openqa/selenium/net/Urls.java
org/openqa/selenium/os/CommandLine.java
org/openqa/selenium/os/ExecutableFinder.java
org/openqa/selenium/os/Kernel32.java
org/openqa/selenium/os/OsProcess.java
org/openqa/selenium/os/ProcessUtils.java
org/openqa/selenium/os/UnixProcess.java
org/openqa/selenium/os/WindowsUtils.java
org/openqa/selenium/remote/AddFindsByCss.java
org/openqa/selenium/remote/AddFindsChildByCss.java
org/openqa/selenium/remote/AddRemoteTouchScreen.java
org/openqa/selenium/remote/AddRotatable.java
org/openqa/selenium/remote/Augmentable.java
org/openqa/selenium/remote/Augmenter.java
org/openqa/selenium/remote/AugmenterProvider.java
org/openqa/selenium/remote/BaseAugmenter.java
org/openqa/selenium/remote/BeanToJsonConverter.java
org/openqa/selenium/remote/BrowserType.java
org/openqa/selenium/remote/CapabilityType.java
org/openqa/selenium/remote/Command.java
org/openqa/selenium/remote/CommandCodec.java
org/openqa/selenium/remote/CommandExecutor.java
org/openqa/selenium/remote/CommandInfo.java
org/openqa/selenium/remote/CoordinatesUtils.java
org/openqa/selenium/remote/DesiredCapabilities.java
org/openqa/selenium/remote/Dialect.java
org/openqa/selenium/remote/DriverCommand.java
org/openqa/selenium/remote/ErrorCodes.java
org/openqa/selenium/remote/ErrorHandler.java
org/openqa/selenium/remote/ExecuteMethod.java
org/openqa/selenium/remote/FileDetector.java
org/openqa/selenium/remote/Gecko013ProtocolResponse.java
org/openqa/selenium/remote/HandshakeResponse.java
org/openqa/selenium/remote/HttpCommandExecutor.java
org/openqa/selenium/remote/HttpSessionId.java
org/openqa/selenium/remote/InitialHandshakeResponse.java
org/openqa/selenium/remote/InterfaceImplementation.java
org/openqa/selenium/remote/JdkAugmenter.java
org/openqa/selenium/remote/JsonException.java
org/openqa/selenium/remote/JsonToBeanConverter.java
org/openqa/selenium/remote/JsonWireProtocolResponse.java
org/openqa/selenium/remote/LocalFileDetector.java
org/openqa/selenium/remote/ProtocolHandshake.java
org/openqa/selenium/remote/RemoteExecuteMethod.java
org/openqa/selenium/remote/RemoteKeyboard.java
org/openqa/selenium/remote/RemoteLogs.java
org/openqa/selenium/remote/RemoteMouse.java
org/openqa/selenium/remote/RemoteStatus.java
org/openqa/selenium/remote/RemoteTouchScreen.java
org/openqa/selenium/remote/RemoteWebDriver.java
org/openqa/selenium/remote/RemoteWebElement.java
org/openqa/selenium/remote/Response.java
org/openqa/selenium/remote/ResponseCodec.java
org/openqa/selenium/remote/ScreenshotException.java
org/openqa/selenium/remote/SessionId.java
org/openqa/selenium/remote/SimplePropertyDescriptor.java
org/openqa/selenium/remote/UnreachableBrowserException.java
org/openqa/selenium/remote/UselessFileDetector.java
org/openqa/selenium/remote/W3CHandshakeResponse.java
org/openqa/selenium/remote/html5/AddApplicationCache.java
#内容未全部加载,请点击展开加载全部代码(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所有版本文件
|