| 组织ID: |
org.fluentlenium |
| 项目ID: |
fluentlenium-core |
| 版本: |
0.13.2 |
| 最后修改时间: |
2019-01-09 15:10:56 |
| 包类型: |
jar |
| 标题: |
FluentLenium Core |
| 描述: |
Core of FluentLenium |
| 大小: |
119.49KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-core</artifactId>
<version>0.13.2</version>
</dependency>
|
| Gradle引入代码: |
org.fluentlenium:fluentlenium-core:0.13.2
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-parent</artifactId>
<version>0.13.2</version>
</parent>
<artifactId>fluentlenium-core</artifactId>
<packaging>jar</packaging>
<name>FluentLenium Core</name>
<description>Core of FluentLenium</description>
<dependencies>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.fluentlenium.adapter.FluentTestRunnerAdapter.class
org.fluentlenium.adapter.util.DefaultSharedDriverStrategyReader.class
org.fluentlenium.adapter.util.SharedDriverOnceShutdownHook.class
org.fluentlenium.adapter.util.CookieStrategyReader.class
org.fluentlenium.adapter.util.DefaultCookieStrategyReader.class
org.fluentlenium.adapter.util.SharedDriverStrategy.class
org.fluentlenium.adapter.util.SharedDriverStrategyReader.class
org.fluentlenium.adapter.util.SharedDriver$SharedType.class
org.fluentlenium.adapter.util.SharedDriver.class
org.fluentlenium.adapter.FluentTest.class
org.fluentlenium.adapter.IsolatedTest.class
org.fluentlenium.adapter.FluentAdapter.class
org.fluentlenium.adapter.FluentTest$1.class
org.fluentlenium.core.action.FillConstructor.class
org.fluentlenium.core.action.FluentDefaultActions.class
org.fluentlenium.core.action.MouseActions.class
org.fluentlenium.core.action.FillSelectConstructor.class
org.fluentlenium.core.Alert.class
org.fluentlenium.core.FluentThread.class
org.fluentlenium.core.Fluent.class
org.fluentlenium.core.axes.Axes.class
org.fluentlenium.core.domain.FluentListImpl$5.class
org.fluentlenium.core.domain.FluentListImpl.class
org.fluentlenium.core.domain.FluentListImpl$2.class
org.fluentlenium.core.domain.FluentListImpl$1.class
org.fluentlenium.core.domain.FluentWebElement.class
org.fluentlenium.core.domain.FluentList.class
org.fluentlenium.core.domain.FluentListImpl$4.class
org.fluentlenium.core.domain.FluentListImpl$3.class
org.fluentlenium.core.domain.FluentJavascript.class
org.fluentlenium.core.domain.FluentListImpl$6.class
org.fluentlenium.core.filter.FilterType.class
org.fluentlenium.core.filter.FilterPredicate.class
org.fluentlenium.core.filter.matcher.NotContainsMatcher.class
org.fluentlenium.core.filter.matcher.NotEndsWithMatcher.class
org.fluentlenium.core.filter.matcher.ContainsWordMatcher.class
org.fluentlenium.core.filter.matcher.EndsWithMatcher.class
org.fluentlenium.core.filter.matcher.ContainsMatcher.class
org.fluentlenium.core.filter.matcher.MatcherType.class
org.fluentlenium.core.filter.matcher.CalculateService.class
org.fluentlenium.core.filter.matcher.EqualMatcher.class
org.fluentlenium.core.filter.matcher.Matcher.class
org.fluentlenium.core.filter.matcher.NotStartsWithMatcher.class
org.fluentlenium.core.filter.matcher.StartsWithMatcher.class
org.fluentlenium.core.filter.FilterBuilder.class
org.fluentlenium.core.filter.MatcherConstructor.class
org.fluentlenium.core.filter.Filter.class
org.fluentlenium.core.filter.FilterConstructor.class
org.fluentlenium.core.search.Search$1.class
org.fluentlenium.core.search.Search.class
org.fluentlenium.core.search.SearchActions.class
org.fluentlenium.core.search.Search$2.class
org.fluentlenium.core.events.EventsRegistry.class
org.fluentlenium.core.events.FindByListener.class
org.fluentlenium.core.events.ExceptionListener.class
org.fluentlenium.core.events.ScriptListener.class
org.fluentlenium.core.events.NavigateAllListener.class
org.fluentlenium.core.events.ElementListener.class
org.fluentlenium.core.events.NavigateToListener.class
org.fluentlenium.core.events.EventAdapter.class
org.fluentlenium.core.events.NavigateListener.class
org.fluentlenium.core.events.EventListener.class
org.fluentlenium.core.events.NavigateAllListener$Direction.class
org.fluentlenium.core.events.EventsSupport.class
org.fluentlenium.core.FluentPage.class
org.fluentlenium.core.annotation.PageUrl.class
org.fluentlenium.core.annotation.AjaxElement.class
org.fluentlenium.core.annotation.Page.class
org.fluentlenium.core.Fluent$TriggerMode.class
org.fluentlenium.core.wait.AbstractWaitElementMatcher$8.class
org.fluentlenium.core.wait.AbstractWaitElementMatcher.class
org.fluentlenium.core.wait.FluentWaitSupplierMatcher.class
org.fluentlenium.core.wait.FluentWaitElementMatcher.class
org.fluentlenium.core.wait.FluentWaitElementListMatcher.class
org.fluentlenium.core.wait.AbstractWaitMatcher.class
org.fluentlenium.core.wait.FluentWaitPageMatcher$2.class
org.fluentlenium.core.wait.FluentSizeBuilder$6.class
org.fluentlenium.core.wait.AbstractWaitElementListMatcher$2.class
org.fluentlenium.core.wait.FluentSizeBuilder$3.class
org.fluentlenium.core.wait.AbstractWaitElementMatcher$2.class
org.fluentlenium.core.wait.FluentWait$1.class
org.fluentlenium.core.wait.AbstractWaitElementListMatcher.class
org.fluentlenium.core.wait.FluentSizeBuilder$5.class
org.fluentlenium.core.wait.FluentWaitFiltersBuilder.class
org.fluentlenium.core.wait.AbstractWaitElementMatcher$4.class
org.fluentlenium.core.wait.AbstractWaitElementListMatcher$1.class
org.fluentlenium.core.wait.FluentWaitLocatorSelectorMatcher.class
org.fluentlenium.core.wait.FluentSizeBuilder$2.class
org.fluentlenium.core.wait.FluentWaitWindowMatcher$2.class
org.fluentlenium.core.wait.AbstractWaitElementMatcher$9.class
org.fluentlenium.core.wait.AbstractWaitElementListMatcher$3.class
org.fluentlenium.core.wait.AbstractWaitElementMatcher$1.class
org.fluentlenium.core.wait.FluentSizeBuilder$1.class
org.fluentlenium.core.wait.AbstractWaitElementMatcher$3.class
org.fluentlenium.core.wait.FluentWaitWindowMatcher.class
org.fluentlenium.core.wait.FluentWait.class
org.fluentlenium.core.wait.AbstractWaitElementListMatcher$4.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
|