org.fluentlenium.core.action
Class FillConstructor

java.lang.Object
  extended by org.fluentlenium.core.Fluent
      extended by org.fluentlenium.core.action.FillConstructor
All Implemented Interfaces:
SearchActions

public class FillConstructor
extends Fluent


Constructor Summary
FillConstructor(FluentDefaultActions list, org.openqa.selenium.WebDriver driver, Filter[] filters)
           
FillConstructor(String cssSelector, org.openqa.selenium.WebDriver webDriver, Filter... filters)
           
 
Method Summary
 FillConstructor with(String... values)
          Set the values params as text for the fluentList or search a new list with the css selector and filters and add the values param on it
 
Methods inherited from class org.fluentlenium.core.Fluent
$, $, await, clear, clear, clear, click, click, executeScript, fill, fill, find, find, findFirst, getBaseUrl, getCookie, getCookies, getDriver, goTo, goTo, initFluent, pageSource, submit, submit, takeScreenShot, takeScreenShot, text, title, url, value, withDefaultPageWait, withDefaultSearchWait, withDefaultUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FillConstructor

public FillConstructor(String cssSelector,
                       org.openqa.selenium.WebDriver webDriver,
                       Filter... filters)

FillConstructor

public FillConstructor(FluentDefaultActions list,
                       org.openqa.selenium.WebDriver driver,
                       Filter[] filters)
Method Detail

with

public FillConstructor with(String... values)
Set the values params as text for the fluentList or search a new list with the css selector and filters and add the values param on it

Parameters:
values -


Copyright © 2012 AConsulting. All Rights Reserved.