组织ID: |
org.seleniumhq.selenium.server |
项目ID: |
selenium-server-coreless |
版本: |
1.0-beta-2 |
最后修改时间: |
2018-08-28 16:20:18 |
包类型: |
jar |
标题: |
Selenium RC Server (Coreless) |
大小: |
529.41KB |
|
Maven引入代码: |
<dependency>
<groupId>org.seleniumhq.selenium.server</groupId>
<artifactId>selenium-server-coreless</artifactId>
<version>1.0-beta-2</version>
</dependency>
|
Gradle引入代码: |
org.seleniumhq.selenium.server:selenium-server-coreless:1.0-beta-2
|
下载Jar包: |
|
POM文件内容: |
<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>
<version>1.0-beta-2</version>
<artifactId>selenium-rc</artifactId>
</parent>
<groupId>org.seleniumhq.selenium.server</groupId>
<artifactId>selenium-server-coreless</artifactId>
<packaging>jar</packaging>
<name>Selenium RC Server (Coreless)</name>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<mainClass>org.openqa.selenium.server.SeleniumServer</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>**/*UnitTest.java</include>
</includes>
<!-- DGF what was this doing here? it screws up Maven deploy
<forkMode>never</forkMode>-->
<useFile>false</useFile>
<systemProperties>
<property>
<name>java.awt.headless</name><value>true</value>
</property>
</systemProperties>
</configuration>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.2-SNAPSHOT</version>
<executions>
<execution>
<phase>process-test-resources</phase>
<configuration>
<tasks>
<echo>Shutting down any existing Remote Control...</echo>
<get src="http://localhost:4444/selenium-server/driver/?cmd=shutDown" dest="shutdown.log" ignoreerrors="true"/>
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>ant</groupId>
<artifactId>ant-nodeps</artifactId>
<version>1.6.5</version>
</dependency>
<dependency>
<groupId>ant</groupId>
<artifactId>ant-trax</artifactId>
<version>1.6.5</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
</dependency>
<dependency>
<groupId>jetty</groupId>
<artifactId>org.mortbay.jetty</artifactId>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</dependency>
<dependency>
<groupId>bouncycastle</groupId>
<artifactId>bcprov-jdk15</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
customProfileDirCUSTFF/cert8.db
customProfileDirCUSTFF/extensions/readystate@openqa.org/chrome/readystate.jar
customProfileDirCUSTFF/extensions/readystate@openqa.org/chrome.manifest
customProfileDirCUSTFF/extensions/readystate@openqa.org/install.rdf
customProfileDirCUSTFF/extensions/{538F0036-F358-4f84-A764-89FB437166B4}/chrome.manifest
customProfileDirCUSTFF/extensions/{538F0036-F358-4f84-A764-89FB437166B4}/install.rdf
customProfileDirCUSTFF/extensions/{538F0036-F358-4f84-A764-89FB437166B4}/kill.html
customProfileDirCUSTFFCHROME/cert8.db
customProfileDirCUSTFFCHROME/extensions/readystate@openqa.org/chrome/readystate.jar
customProfileDirCUSTFFCHROME/extensions/readystate@openqa.org/chrome.manifest
customProfileDirCUSTFFCHROME/extensions/readystate@openqa.org/install.rdf
customProfileDirCUSTFFCHROME/extensions/{503A0CD4-EDC8-489b-853B-19E0BAA8F0A4}/chrome.manifest
customProfileDirCUSTFFCHROME/extensions/{503A0CD4-EDC8-489b-853B-19E0BAA8F0A4}/install.rdf
customProfileDirCUSTFFCHROME/extensions/{538F0036-F358-4f84-A764-89FB437166B4}/chrome.manifest
customProfileDirCUSTFFCHROME/extensions/{538F0036-F358-4f84-A764-89FB437166B4}/install.rdf
customProfileDirCUSTFFCHROME/extensions/{538F0036-F358-4f84-A764-89FB437166B4}/kill.html
cybervillains.ca.CertificateCreator.class
cybervillains.ca.ExtendedKeyUsageConstants.class
cybervillains.ca.KeyStoreManager.class
cybervillains.ca.ThumbprintUtil.class
hudsuckr/hudsuckr.exe
killableprocess/killableprocess.exe
konqueror/konquerorrc
opera/opcacrt6.dat
org.openqa.selenium.server.ant.SeleneseAntTask.class
org.openqa.selenium.server.ApplicationRegistry.class
org.openqa.selenium.server.BrowserConfigurationOptions.class
org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher.class
org.openqa.selenium.server.browserlaunchers.AsyncExecute$1.class
org.openqa.selenium.server.browserlaunchers.AsyncExecute$ProcessStillAliveException.class
org.openqa.selenium.server.browserlaunchers.AsyncExecute$ProcessWaiter.class
org.openqa.selenium.server.browserlaunchers.AsyncExecute.class
org.openqa.selenium.server.browserlaunchers.BrowserInstallation.class
org.openqa.selenium.server.browserlaunchers.BrowserInstallationCache.class
org.openqa.selenium.server.browserlaunchers.BrowserLauncher.class
org.openqa.selenium.server.browserlaunchers.BrowserLauncherFactory.class
org.openqa.selenium.server.browserlaunchers.BrowserStringParser$Result.class
org.openqa.selenium.server.browserlaunchers.BrowserStringParser.class
org.openqa.selenium.server.browserlaunchers.CommandQueueAware.class
org.openqa.selenium.server.browserlaunchers.DestroyableRuntimeExecutingBrowserLauncher.class
org.openqa.selenium.server.browserlaunchers.Firefox2Launcher.class
org.openqa.selenium.server.browserlaunchers.Firefox3Launcher.class
org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher$ChromeUrlConvert.class
org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher$FileLockRemainedException.class
org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.class
org.openqa.selenium.server.browserlaunchers.FirefoxCustomProfileLauncher$FileLockRemainedException.class
org.openqa.selenium.server.browserlaunchers.FirefoxCustomProfileLauncher.class
org.openqa.selenium.server.browserlaunchers.FirefoxLauncher.class
org.openqa.selenium.server.browserlaunchers.GoogleChromeLauncher$PrefLeafNode.class
org.openqa.selenium.server.browserlaunchers.GoogleChromeLauncher$PrefNode.class
org.openqa.selenium.server.browserlaunchers.GoogleChromeLauncher.class
org.openqa.selenium.server.browserlaunchers.HTABrowserLauncher.class
org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher.class
org.openqa.selenium.server.browserlaunchers.InvalidBrowserExecutableException.class
org.openqa.selenium.server.browserlaunchers.KonquerorLauncher.class
org.openqa.selenium.server.browserlaunchers.LauncherUtils$ProxySetting.class
org.openqa.selenium.server.browserlaunchers.LauncherUtils.class
org.openqa.selenium.server.browserlaunchers.locators.BrowserLocator.class
org.openqa.selenium.server.browserlaunchers.locators.Firefox2Locator.class
org.openqa.selenium.server.browserlaunchers.locators.Firefox2or3Locator.class
org.openqa.selenium.server.browserlaunchers.locators.Firefox3Locator$1.class
org.openqa.selenium.server.browserlaunchers.locators.Firefox3Locator.class
org.openqa.selenium.server.browserlaunchers.locators.FirefoxLocator.class
org.openqa.selenium.server.browserlaunchers.locators.GoogleChromeLocator.class
org.openqa.selenium.server.browserlaunchers.locators.InternetExplorerLocator.class
org.openqa.selenium.server.browserlaunchers.locators.SafariLocator.class
org.openqa.selenium.server.browserlaunchers.locators.SingleBrowserLocator.class
org.openqa.selenium.server.browserlaunchers.MacProxyManager$CodeName.class
org.openqa.selenium.server.browserlaunchers.MacProxyManager$MacNetworkSettings.class
org.openqa.selenium.server.browserlaunchers.MacProxyManager$MacNetworkSetupException.class
org.openqa.selenium.server.browserlaunchers.MacProxyManager.class
org.openqa.selenium.server.browserlaunchers.MockBrowserLauncher.class
org.openqa.selenium.server.browserlaunchers.OperaCustomProfileLauncher$FileLockRemainedException.class
org.openqa.selenium.server.browserlaunchers.OperaCustomProfileLauncher.class
org.openqa.selenium.server.browserlaunchers.ProxyInjectionFirefoxCustomProfileLauncher.class
org.openqa.selenium.server.browserlaunchers.ProxyInjectionInternetExplorerCustomProxyLauncher.class
org.openqa.selenium.server.browserlaunchers.ProxyInjectionSafariCustomProfileLauncher.class
org.openqa.selenium.server.browserlaunchers.ResourceExtractor.class
org.openqa.selenium.server.browserlaunchers.SafariCustomProfileLauncher.class
org.openqa.selenium.server.browserlaunchers.SafariFileBasedLauncher.class
org.openqa.selenium.server.browserlaunchers.SystemUtils.class
org.openqa.selenium.server.browserlaunchers.UnixUtils.class
org.openqa.selenium.server.browserlaunchers.WindowsProxyManager$HudsuckrKey.class
org.openqa.selenium.server.browserlaunchers.WindowsProxyManager$HudsuckrSettings.class
org.openqa.selenium.server.browserlaunchers.WindowsProxyManager$RegKey.class
org.openqa.selenium.server.browserlaunchers.WindowsProxyManager$SuffixFilter.class
org.openqa.selenium.server.browserlaunchers.WindowsProxyManager.class
org.openqa.selenium.server.browserlaunchers.WindowsUtils$RegKeyValue.class
org.openqa.selenium.server.browserlaunchers.WindowsUtils$WindowsRegistryException.class
org.openqa.selenium.server.browserlaunchers.WindowsUtils.class
org.openqa.selenium.server.BrowserResponseSequencer.class
org.openqa.selenium.server.BrowserSessionFactory$BrowserSessionInfo.class
org.openqa.selenium.server.BrowserSessionFactory$CleanupTask.class
org.openqa.selenium.server.BrowserSessionFactory.class
org.openqa.selenium.server.CachedContentTestHandler.class
org.openqa.selenium.server.ClassPathResource.class
org.openqa.selenium.server.ClasspathResourceLocator.class
org.openqa.selenium.server.cli.RemoteControlLauncher.class
org.openqa.selenium.server.CommandHolder.class
org.openqa.selenium.server.CommandQueue.class
org.openqa.selenium.server.CommandResultHolder.class
org.openqa.selenium.server.commands.CaptureEntirePageScreenshotToStringCommand.class
org.openqa.selenium.server.commands.CaptureScreenshotCommand.class
org.openqa.selenium.server.commands.CaptureScreenshotToStringCommand.class
org.openqa.selenium.server.commands.Command.class
org.openqa.selenium.server.commands.RetrieveLastRemoteControlLogsCommand.class
org.openqa.selenium.server.commands.SeleniumCoreCommand.class
org.openqa.selenium.server.DefaultRemoteCommand.class
org.openqa.selenium.server.FrameAddress.class
org.openqa.selenium.server.FrameGroupCommandQueueSet.class
org.openqa.selenium.server.FsResourceLocator.class
org.openqa.selenium.server.FutureFileResource.class
org.openqa.selenium.server.HtmlIdentifier$1.class
org.openqa.selenium.server.HtmlIdentifier$ContentRule.class
org.openqa.selenium.server.HtmlIdentifier$ContentTypeRule.class
org.openqa.selenium.server.HtmlIdentifier$ExtensionRule.class
org.openqa.selenium.server.HtmlIdentifier$Rule.class
org.openqa.selenium.server.HtmlIdentifier.class
org.openqa.selenium.server.htmlrunner.HTMLLauncher.class
org.openqa.selenium.server.htmlrunner.HTMLResultsListener.class
org.openqa.selenium.server.htmlrunner.HTMLSuiteResult$HrefConverter.class
org.openqa.selenium.server.htmlrunner.HTMLSuiteResult.class
org.openqa.selenium.server.htmlrunner.HTMLTestResults$UrlDecoder.class
org.openqa.selenium.server.htmlrunner.HTMLTestResults.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
ant-nodeps-1.6.5.jar
/ant/ant-nodeps/1.6.5
查看ant-nodeps所有版本文件
ant-trax-1.6.5.jar
/ant/ant-trax/1.6.5
查看ant-trax所有版本文件
|