Download fluentlenium-core-0.13.1.jar file

Introduction

You can download fluentlenium-core-0.13.1.jar in this page.

License

Apache 2

Type List

fluentlenium-core-0.13.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.fluentlenium/fluentlenium-core/pom.properties
META-INF/maven/org.fluentlenium/fluentlenium-core/pom.xml
org.fluentlenium.adapter.FluentAdapter.class
org.fluentlenium.adapter.FluentTest.class
org.fluentlenium.adapter.FluentTestRunnerAdapter.class
org.fluentlenium.adapter.IsolatedTest.class
org.fluentlenium.adapter.util.CookieStrategyReader.class
org.fluentlenium.adapter.util.DefaultCookieStrategyReader.class
org.fluentlenium.adapter.util.DefaultSharedDriverStrategyReader.class
org.fluentlenium.adapter.util.SharedDriver.class
org.fluentlenium.adapter.util.SharedDriverOnceShutdownHook.class
org.fluentlenium.adapter.util.SharedDriverStrategy.class
org.fluentlenium.adapter.util.SharedDriverStrategyReader.class
org.fluentlenium.core.Alert.class
org.fluentlenium.core.Fluent.class
org.fluentlenium.core.FluentPage.class
org.fluentlenium.core.FluentThread.class
org.fluentlenium.core.action.FillConstructor.class
org.fluentlenium.core.action.FillSelectConstructor.class
org.fluentlenium.core.action.FluentDefaultActions.class
org.fluentlenium.core.action.MouseActions.class
org.fluentlenium.core.annotation.AjaxElement.class
org.fluentlenium.core.annotation.Page.class
org.fluentlenium.core.annotation.PageUrl.class
org.fluentlenium.core.axes.Axes.class
org.fluentlenium.core.domain.FluentJavascript.class
org.fluentlenium.core.domain.FluentList.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.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.MatcherConstructor.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.page.PageInitializer.class
org.fluentlenium.core.page.PageInitializerException.class
org.fluentlenium.core.search.Search.class
org.fluentlenium.core.search.SearchActions.class
org.fluentlenium.core.wait.AbstractWaitElementListMatcher.class
org.fluentlenium.core.wait.AbstractWaitElementMatcher.class
org.fluentlenium.core.wait.AbstractWaitMatcher.class
org.fluentlenium.core.wait.FluentSizeBuilder.class
org.fluentlenium.core.wait.FluentWait.class
org.fluentlenium.core.wait.FluentWaitElementListMatcher.class
org.fluentlenium.core.wait.FluentWaitElementMatcher.class
org.fluentlenium.core.wait.FluentWaitFiltersBuilder.class
org.fluentlenium.core.wait.FluentWaitLocatorSelectorMatcher.class
org.fluentlenium.core.wait.FluentWaitMessages.class
org.fluentlenium.core.wait.FluentWaitPageMatcher.class
org.fluentlenium.core.wait.FluentWaitSupplierListMatcher.class
org.fluentlenium.core.wait.FluentWaitSupplierMatcher.class
org.fluentlenium.core.wait.FluentWaitWindowMatcher.class

Pom

fluentlenium-core-0.13.1.pom file content.

<?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.1</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>

POM Entry

<dependency>
   <groupId>org.fluentlenium</groupId>
   <artifactId>fluentlenium-core</artifactId>
   <version>0.13.1</version>
</dependency>

Download

If you think the following fluentlenium-core-0.13.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download fluentlenium-core-0.13.1.jar file




PreviousNext

Related