| 组织ID: |
org.fluentlenium |
| 项目ID: |
fluentlenium-core |
| 版本: |
0.11.0 |
| 最后修改时间: |
2019-12-30 05:55:24 |
| 包类型: |
jar |
| 标题: |
FluentLenium Core |
| 描述: |
Core of FluentLenium |
| 大小: |
100.16KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-core</artifactId>
<version>0.11.0</version>
</dependency>
|
| Gradle引入代码: |
org.fluentlenium:fluentlenium-core:0.11.0
|
| 下载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.11.0</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.FluentTest$1.class
org.fluentlenium.adapter.FluentTest.class
org.fluentlenium.adapter.IsolatedTest.class
org.fluentlenium.adapter.util.SharedDriver$SharedType.class
org.fluentlenium.adapter.util.SharedDriver.class
org.fluentlenium.adapter.util.SharedDriverHelper.class
org.fluentlenium.adapter.util.ShutdownHook.class
org.fluentlenium.core.action.FillConstructor.class
org.fluentlenium.core.action.FillSelectConstructor.class
org.fluentlenium.core.action.FluentDefaultActions.class
org.fluentlenium.core.Alert.class
org.fluentlenium.core.annotation.AjaxElement.class
org.fluentlenium.core.annotation.Page.class
org.fluentlenium.core.axes.Axes.class
org.fluentlenium.core.domain.FluentJavascript.class
org.fluentlenium.core.domain.FluentList.class
org.fluentlenium.core.domain.FluentListImpl$1.class
org.fluentlenium.core.domain.FluentListImpl$2.class
org.fluentlenium.core.domain.FluentListImpl$3.class
org.fluentlenium.core.domain.FluentListImpl$4.class
org.fluentlenium.core.domain.FluentListImpl$5.class
org.fluentlenium.core.domain.FluentListImpl$6.class
org.fluentlenium.core.domain.FluentListImpl.class
org.fluentlenium.core.domain.FluentWebElement.class
org.fluentlenium.core.events.ElementListener.class
org.fluentlenium.core.events.EventAdapter.class
org.fluentlenium.core.events.EventListener.class
org.fluentlenium.core.events.EventsRegistry.class
org.fluentlenium.core.events.EventsSupport.class
org.fluentlenium.core.events.ExceptionListener.class
org.fluentlenium.core.events.FindByListener.class
org.fluentlenium.core.events.NavigateAllListener$Direction.class
org.fluentlenium.core.events.NavigateAllListener.class
org.fluentlenium.core.events.NavigateListener.class
org.fluentlenium.core.events.NavigateToListener.class
org.fluentlenium.core.events.ScriptListener.class
org.fluentlenium.core.filter.Filter.class
org.fluentlenium.core.filter.FilterBuilder.class
org.fluentlenium.core.filter.FilterConstructor.class
org.fluentlenium.core.filter.FilterPredicate.class
org.fluentlenium.core.filter.FilterType.class
org.fluentlenium.core.filter.matcher.CalculateService.class
org.fluentlenium.core.filter.matcher.ContainsMatcher.class
org.fluentlenium.core.filter.matcher.ContainsWordMatcher.class
org.fluentlenium.core.filter.matcher.EndsWithMatcher.class
org.fluentlenium.core.filter.matcher.EqualMatcher.class
org.fluentlenium.core.filter.matcher.Matcher.class
org.fluentlenium.core.filter.matcher.MatcherType.class
org.fluentlenium.core.filter.matcher.NotContainsMatcher.class
org.fluentlenium.core.filter.matcher.NotEndsWithMatcher.class
org.fluentlenium.core.filter.matcher.NotStartsWithMatcher.class
org.fluentlenium.core.filter.matcher.StartsWithMatcher.class
org.fluentlenium.core.filter.MatcherConstructor.class
org.fluentlenium.core.Fluent$TriggerMode.class
org.fluentlenium.core.Fluent.class
org.fluentlenium.core.FluentAdapter.class
org.fluentlenium.core.FluentPage.class
org.fluentlenium.core.FluentThread.class
org.fluentlenium.core.page.PageInitializer$FluentListInvocationHandler$1.class
org.fluentlenium.core.page.PageInitializer$FluentListInvocationHandler.class
org.fluentlenium.core.page.PageInitializer.class
org.fluentlenium.core.page.PageInitializerException.class
org.fluentlenium.core.search.Search$1.class
org.fluentlenium.core.search.Search$2.class
org.fluentlenium.core.search.Search.class
org.fluentlenium.core.search.SearchActions.class
org.fluentlenium.core.wait.FluentSizeBuilder$1.class
org.fluentlenium.core.wait.FluentSizeBuilder$2.class
org.fluentlenium.core.wait.FluentSizeBuilder$3.class
org.fluentlenium.core.wait.FluentSizeBuilder$4.class
org.fluentlenium.core.wait.FluentSizeBuilder$5.class
org.fluentlenium.core.wait.FluentSizeBuilder$6.class
org.fluentlenium.core.wait.FluentSizeBuilder.class
org.fluentlenium.core.wait.FluentWait$1.class
org.fluentlenium.core.wait.FluentWait.class
org.fluentlenium.core.wait.FluentWaitBuilder.class
org.fluentlenium.core.wait.FluentWaitMatcher$1.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
|