Uses of Class
org.fluentlenium.core.Fluent

Packages that use Fluent
org.fluentlenium.adapter   
org.fluentlenium.core   
org.fluentlenium.core.action   
org.fluentlenium.core.wait   
 

Uses of Fluent in org.fluentlenium.adapter
 

Subclasses of Fluent in org.fluentlenium.adapter
 class FluentTest
          All Junit Test should extends this class.
 class IsolatedTest
           
 

Uses of Fluent in org.fluentlenium.core
 

Subclasses of Fluent in org.fluentlenium.core
 class FluentAdapter
           
 class FluentPage
          Use the Page Object Pattern to have more resilient tests.
 

Fields in org.fluentlenium.core with type parameters of type Fluent
static InheritableThreadLocal<Fluent> FluentThread.userThreadLocal
           
 

Methods in org.fluentlenium.core that return Fluent
 Fluent Fluent.clear(FluentList<FluentWebElement> fluentObject)
          Clear all elements that are in the list Be careful - only the visible elements are cleared
 Fluent Fluent.clear(FluentWebElement fluentObject)
          Clear the given parameters elements that are in the list Be careful - only the visible elements are cleared
 Fluent Fluent.clear(String cssSelector, Filter... filters)
          Submit all elements that are in cssSelector with its filters Be careful - only the visible elements are cleared
 Fluent Fluent.click(FluentDefaultActions fluentObject)
          click all elements that are in the list Be careful - only the visible elements are clicked
 Fluent Fluent.click(String cssSelector, Filter... filters)
          click all elements that are in cssSelector with its filters Be careful - only the visible elements are clicked
 Fluent Fluent.executeScript(String script)
           
static Fluent FluentThread.get()
           
 Fluent Fluent.goTo(String url)
          Open the url page
protected  Fluent Fluent.initFluent(org.openqa.selenium.WebDriver driver)
           
 Fluent Fluent.submit(FluentDefaultActions fluentObject)
          Submit all elements that are in the list Be careful - only the visible elements are submitted
 Fluent Fluent.submit(String cssSelector, Filter... filters)
          Submit all elements that are in cssSelector with its filters Be careful - only the visible elements are submitted
 Fluent Fluent.takeScreenShot()
          Take a snapshot of the browser.
 Fluent Fluent.takeScreenShot(String fileName)
          Take a snapshot of the browser into a file given by the fileName param.
 Fluent Fluent.withDefaultPageWait(long l, TimeUnit timeUnit)
          Define an implicit time to wait for a page to be loaded
 Fluent Fluent.withDefaultSearchWait(long l, TimeUnit timeUnit)
          Define an implicit time to wait when searching an element
 Fluent Fluent.withDefaultUrl(String baseUrl)
          Defined the default url that will be used in the test and in the relative pages
 

Methods in org.fluentlenium.core with parameters of type Fluent
static void FluentThread.set(Fluent fluent)
           
 

Uses of Fluent in org.fluentlenium.core.action
 

Subclasses of Fluent in org.fluentlenium.core.action
 class FillConstructor
           
 

Uses of Fluent in org.fluentlenium.core.wait
 

Methods in org.fluentlenium.core.wait that return Fluent
 Fluent FluentWaitMatcher.areDisplayed()
          Check that the elements are all displayed
 Fluent FluentWaitMatcher.areEnabled()
          Check that the elements are all enabled
 Fluent FluentWaitMatcher.containsText(String value)
          check if the FluentWait contains the corresponding text
 Fluent FluentWaitMatcher.hasAttribute(String attribute, String value)
          WARNING - Should be change in a next version to hasAttribute("myAttribute").value("myValue")
 Fluent FluentWaitMatcher.hasId(String value)
          check if the FluentWait has the corresponding id
 Fluent FluentWaitMatcher.hasName(String value)
          check if the FluentWait has the corresponding name
 Fluent FluentWaitMatcher.hasSize(int size)
          Check that the element have the size indicated
 Fluent FluentWaitMatcher.hasText(String value)
          check if the FluentWait has the exact corresponding text
 Fluent FluentWaitPageMatcher.isLoaded()
          check if the page is loaded or not.
 Fluent FluentWaitMatcher.isNotPresent()
          Check that the element is not present
 Fluent FluentWaitMatcher.isPresent()
          Check that the element is present
 

Method parameters in org.fluentlenium.core.wait with type arguments of type Fluent
<V> V
FluentWait.until(com.google.common.base.Function<? super Fluent,V> isTrue)
           
 



Copyright © 2012 AConsulting. All Rights Reserved.