public class SelectContext extends Object
| Constructor and Description |
|---|
SelectContext(org.openqa.selenium.By element) |
| Modifier and Type | Method and Description |
|---|---|
SelectStep |
index(int index) |
SelectStep |
text(String text) |
SelectStep |
value(String value) |
public SelectStep index(int index)
public SelectStep value(String value)
public SelectStep text(String text)
Copyright © 2014 codecentric AG. All rights reserved.