public class FillSelectConstructor extends Fluent
Fluent.TriggerModehtmlDumpMode, pageInitializer, screenshotMode| Constructor and Description |
|---|
FillSelectConstructor(FluentWebElement element,
org.openqa.selenium.WebDriver webDriver,
Filter... filters) |
FillSelectConstructor(String cssSelector,
org.openqa.selenium.WebDriver webDriver,
Filter... filters) |
FillSelectConstructor(org.openqa.selenium.WebDriver webDriver,
Filter... filters) |
| Modifier and Type | Method and Description |
|---|---|
FillSelectConstructor |
withIndex(int index)
Select the option by its index for the Select element.
|
FillSelectConstructor |
withText(String text)
Select all options that display text matching the argument for the Select element.
|
FillSelectConstructor |
withValue(String value)
Select all options that have a value matching the argument for the Select element.
|
$, $, $, $, $, $, alert, await, cleanupDriver, clear, clear, clear, clear, click, click, click, createPage, events, executeAsyncScript, executeScript, fill, fill, fill, fillSelect, fillSelect, find, find, find, find, find, find, findFirst, findFirst, findFirst, getBaseUrl, getCookie, getCookies, getDriver, getSearch, goTo, goTo, goToInNewTab, initFluent, maximizeWindow, pageSource, quit, setHtmlDumpMode, setHtmlDumpPath, setScreenshotMode, setScreenshotPath, submit, submit, submit, switchTo, switchTo, switchToDefault, takeHtmlDump, takeHtmlDump, takeScreenShot, takeScreenShot, text, text, title, url, value, value, withDefaultPageWait, withDefaultSearchWait, withDefaultUrlpublic FillSelectConstructor(org.openqa.selenium.WebDriver webDriver,
Filter... filters)
public FillSelectConstructor(String cssSelector, org.openqa.selenium.WebDriver webDriver, Filter... filters)
public FillSelectConstructor(FluentWebElement element, org.openqa.selenium.WebDriver webDriver, Filter... filters)
public FillSelectConstructor withValue(String value)
value - the select matching stringpublic FillSelectConstructor withIndex(int index)
index - the select index valuepublic FillSelectConstructor withText(String text)
text - the select string partCopyright © 2016 FluentLenium. All Rights Reserved.