public class FillSelectConstructor extends Fluent
| Constructor and Description |
|---|
FillSelectConstructor(String cssSelector,
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, clear, clear, clear, click, click, createPage, executeScript, fill, fill, fillSelect, find, find, findFirst, getBaseUrl, getCookie, getCookies, getDriver, goTo, goTo, initClass, initFluent, initTest, maximizeWindow, pageSource, submit, submit, switchTo, switchTo, switchToDefault, takeScreenShot, takeScreenShot, text, title, url, value, withDefaultPageWait, withDefaultSearchWait, withDefaultUrlpublic FillSelectConstructor withValue(String value)
value - public FillSelectConstructor withIndex(int index)
index - public FillSelectConstructor withText(String text)
text - Copyright © 2014 AConsulting. All Rights Reserved.