|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of WebElement in com.robotium.solo |
|---|
| Methods in com.robotium.solo that return WebElement | |
|---|---|
WebElement |
Solo.getWebElement(By by,
int index)
Returns a WebElement matching the specified By object and index. |
| Methods in com.robotium.solo that return types with arguments of type WebElement | |
|---|---|
ArrayList<WebElement> |
Solo.getCurrentWebElements()
Returns an ArrayList of the currently displayed WebElements in the active WebView. |
ArrayList<WebElement> |
Solo.getCurrentWebElements(By by)
Returns an ArrayList of the currently displayed WebElements in the active WebView matching the specified By object. |
ArrayList<WebElement> |
Solo.getWebElements()
Returns an ArrayList of all the WebElements displayed in the active WebView. |
ArrayList<WebElement> |
Solo.getWebElements(By by)
Returns an ArrayList of all the WebElements displayed in the active WebView matching the specified By object. |
| Methods in com.robotium.solo with parameters of type WebElement | |
|---|---|
void |
Solo.clickOnWebElement(WebElement webElement)
Clicks the specified WebElement. |
void |
Solo.typeTextInWebElement(WebElement webElement,
String text)
Types text in the specified WebElement. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||