You can download selenium-remote-driver-2.47.0.jar in this page.
The Apache Software License, Version 2.0
selenium-remote-driver-2.47.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.seleniumhq.selenium/selenium-remote-driver/pom.properties META-INF/maven/org.seleniumhq.selenium/selenium-remote-driver/pom.xml org.openqa.selenium.browserlaunchers.locators.BrowserInstallation.class org.openqa.selenium.browserlaunchers.locators.BrowserLocator.class org.openqa.selenium.browserlaunchers.locators.FirefoxLocator.class org.openqa.selenium.browserlaunchers.locators.GoogleChromeLocator.class org.openqa.selenium.browserlaunchers.locators.InternetExplorerLocator.class org.openqa.selenium.browserlaunchers.locators.SafariLocator.class org.openqa.selenium.browserlaunchers.locators.SingleBrowserLocator.class org.openqa.selenium.io.FileHandler.class org.openqa.selenium.io.IOUtils.class org.openqa.selenium.io.TemporaryFilesystem.class org.openqa.selenium.io.Zip.class org.openqa.selenium.mobile.NetworkConnection.class org.openqa.selenium.net.DefaultNetworkInterfaceProvider.class org.openqa.selenium.net.EphemeralPortRangeDetector.class org.openqa.selenium.net.FixedIANAPortRange.class org.openqa.selenium.net.LinuxEphemeralPortRangeDetector.class org.openqa.selenium.net.NetworkInterface.class org.openqa.selenium.net.NetworkInterfaceProvider.class org.openqa.selenium.net.NetworkUtils.class org.openqa.selenium.net.OlderWindowsVersionEphemeralPortDetector.class org.openqa.selenium.net.PortProber.class org.openqa.selenium.net.UrlChecker.class org.openqa.selenium.net.Urls.class org.openqa.selenium.os.CommandLine.class org.openqa.selenium.os.ExecutableFinder.class org.openqa.selenium.os.Kernel32.class org.openqa.selenium.os.OsProcess.class org.openqa.selenium.os.ProcessUtils.class org.openqa.selenium.os.UnixProcess.class org.openqa.selenium.os.WindowsProcessGroup.class org.openqa.selenium.os.WindowsRegistryException.class org.openqa.selenium.os.WindowsUtils.class org.openqa.selenium.remote.AddFindsByCss.class org.openqa.selenium.remote.AddFindsChildByCss.class org.openqa.selenium.remote.AddRemoteTouchScreen.class org.openqa.selenium.remote.AddRotatable.class org.openqa.selenium.remote.Augmentable.class org.openqa.selenium.remote.Augmenter.class org.openqa.selenium.remote.AugmenterProvider.class org.openqa.selenium.remote.BaseAugmenter.class org.openqa.selenium.remote.BeanToJsonConverter.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.CoordinatesUtils.class org.openqa.selenium.remote.DriverCommand.class org.openqa.selenium.remote.ErrorCodes.class org.openqa.selenium.remote.ErrorHandler.class org.openqa.selenium.remote.ExecuteMethod.class org.openqa.selenium.remote.FileDetector.class org.openqa.selenium.remote.HttpCommandExecutor.class org.openqa.selenium.remote.HttpSessionId.class org.openqa.selenium.remote.InterfaceImplementation.class org.openqa.selenium.remote.JdkAugmenter.class org.openqa.selenium.remote.JsonException.class org.openqa.selenium.remote.JsonToBeanConverter.class org.openqa.selenium.remote.LocalFileDetector.class org.openqa.selenium.remote.RemoteActionChainExecutor.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.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.SessionNotFoundException.class org.openqa.selenium.remote.SimplePropertyDescriptor.class org.openqa.selenium.remote.UnreachableBrowserException.class org.openqa.selenium.remote.UselessFileDetector.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.HttpClient.class org.openqa.selenium.remote.http.HttpMessage.class org.openqa.selenium.remote.http.HttpMethod.class org.openqa.selenium.remote.http.HttpRequest.class org.openqa.selenium.remote.http.HttpResponse.class org.openqa.selenium.remote.http.JsonHttpCommandCodec.class org.openqa.selenium.remote.http.JsonHttpResponseCodec.class org.openqa.selenium.remote.internal.ApacheHttpClient.class org.openqa.selenium.remote.internal.CircularOutputStream.class org.openqa.selenium.remote.internal.HttpClientFactory.class org.openqa.selenium.remote.internal.JsonToWebElementConverter.class org.openqa.selenium.remote.internal.WebElementToJsonConverter.class org.openqa.selenium.remote.mobile.AddNetworkConnection.class org.openqa.selenium.remote.mobile.RemoteNetworkConnection.class org.openqa.selenium.remote.service.DriverCommandExecutor.class org.openqa.selenium.remote.service.DriverService.class
selenium-remote-driver-2.47.0.pom file content.
<?xml version="1.0" encoding="Windows-1252"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-parent</artifactId> <version>2.47.0</version> </parent> <artifactId>selenium-remote-driver</artifactId> <name>selenium-remote-driver</name> <dependencies> <dependency> <groupId>cglib</groupId> <artifactId>cglib-nodep</artifactId> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> </dependency> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-exec</artifactId> </dependency> <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna</artifactId> </dependency> <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna-platform</artifactId> </dependency> </dependencies> <build> <plugins> <!-- See http://maven.apache.org/plugins/maven-antrun-plugin --> <plugin> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> <id>copy_java_files</id> <phase>generate-sources</phase> <configuration> <tasks> <delete dir="src/main/java" /> <copy todir="src/main/java" includeEmptyDirs="false"> <fileset dir="../../java/client/src"> <include name="org/openqa/selenium/browserlaunchers/**/*.java" /> <include name="org/openqa/selenium/io/**/*.java" /> <include name="org/openqa/selenium/mobile/**/*.java" /> <include name="org/openqa/selenium/os/**/*.java" /> <include name="org/openqa/selenium/net/**/*.java" /> <include name="org/openqa/selenium/profiler/**/*.java" /> <include name="org/openqa/selenium/remote/**/*.java" /> <not><present targetdir="../api/src/main/java" /></not> </fileset> </copy> </tasks> </configuration> <goals> <goal>run</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-remote-driver</artifactId> <version>2.47.0</version> </dependency>
If you think the following selenium-remote-driver-2.47.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download selenium-remote-driver-2.47.0.jar file