public class FillSelectConstructor extends Fluent
| Constructor and Description |
|---|
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, constructPageWithParams, createPage, executeAsyncScript, executeScript, fill, fill, fill, fillSelect, fillSelect, find, find, find, find, findFirst, findFirst, getBaseUrl, getCookie, getCookies, getDriver, getSearch, goTo, goTo, initClass, initFluent, initTest, maximizeWindow, pageSource, quit, submit, submit, submit, switchTo, switchTo, switchToDefault, takeScreenShot, takeScreenShot, text, text, title, url, value, value, withDefaultPageWait, withDefaultSearchWait, withDefaultUrlpublic FillSelectConstructor(String cssSelector, org.openqa.selenium.WebDriver webDriver, Filter... filters)
public FillSelectConstructor(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 © 2015 AConsulting. All Rights Reserved.