org.fluentlenium.core.action
Class FillConstructor
java.lang.Object
org.fluentlenium.core.Fluent
org.fluentlenium.core.action.FillConstructor
- All Implemented Interfaces:
- SearchActions
public class FillConstructor
- extends Fluent
|
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 |
FillConstructor
public FillConstructor(String cssSelector,
org.openqa.selenium.WebDriver webDriver,
Filter... filters)
FillConstructor
public FillConstructor(FluentDefaultActions list,
org.openqa.selenium.WebDriver driver,
Filter[] filters)
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.