Uses of Class
com.jayway.android.robotium.solo.WebElement

Uses of WebElement in com.jayway.android.robotium.solo
 

Methods in com.jayway.android.robotium.solo that return WebElement
 WebElement Solo.getWebElement(By by, int index)
          Returns a WebElement with a given index
 

Methods in com.jayway.android.robotium.solo that return types with arguments of type WebElement
 ArrayList<WebElement> Solo.getCurrentWebElements()
          Returns an ArrayList of WebElements currently shown in the active WebView.
 ArrayList<WebElement> Solo.getCurrentWebElements(By by)
          Returns an ArrayList of WebElements of the specified By object currently shown in the active WebView.
 

Methods in com.jayway.android.robotium.solo with parameters of type WebElement
 void Solo.clickOnWebElement(WebElement webElement)
          Clicks on the given WebElement.
 void Solo.typeTextInWebElement(WebElement webElement, String text)
          Types text in a WebElement.
 



Copyright © 2009-2013. All Rights Reserved.