A B C D E F G I L M N O P R S T U V W X

A

activityUtils - Variable in class com.jayway.android.robotium.solo.Solo
 
assertCurrentActivity(String, String) - Method in class com.jayway.android.robotium.solo.Solo
Asserts that the expected Activity is the currently active one.
assertCurrentActivity(String, Class) - Method in class com.jayway.android.robotium.solo.Solo
Asserts that the expected Activity is the currently active one.
assertCurrentActivity(String, String, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Asserts that the expected Activity is the currently active one, with the possibility to verify that the expected Activity is a new instance of the Activity.
assertCurrentActivity(String, Class, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Asserts that the expected Activity is the currently active one, with the possibility to verify that the expected Activity is a new instance of the Activity.
asserter - Variable in class com.jayway.android.robotium.solo.Solo
 
assertMemoryNotLow() - Method in class com.jayway.android.robotium.solo.Solo
Asserts that the available memory is not considered low by the system.

B

By - Class in com.jayway.android.robotium.solo
Used in conjunction with the web methods.
By() - Constructor for class com.jayway.android.robotium.solo.By
 

C

checker - Variable in class com.jayway.android.robotium.solo.Solo
 
className(String) - Static method in class com.jayway.android.robotium.solo.By
Select a WebElement by its class name.
clearEditText(int) - Method in class com.jayway.android.robotium.solo.Solo
Clears the value of an EditText.
clearEditText(EditText) - Method in class com.jayway.android.robotium.solo.Solo
Clears the value of an EditText.
clearTextInWebElement(By) - Method in class com.jayway.android.robotium.solo.Solo
Clears text in a web element.
clicker - Variable in class com.jayway.android.robotium.solo.Solo
 
clickInList(int) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a given list line and returns an ArrayList of the TextView objects that the list line is showing.
clickInList(int, int) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a given list line on a specified ListView and returns an ArrayList of the TextView objects that the list line is showing.
clickLongInList(int) - Method in class com.jayway.android.robotium.solo.Solo
Long clicks on a given list line and returns an ArrayList of the TextView objects that the list line is showing.
clickLongInList(int, int) - Method in class com.jayway.android.robotium.solo.Solo
Long clicks on a given list line on a specified ListView and returns an ArrayList of the TextView objects that the list line is showing.
clickLongInList(int, int, int) - Method in class com.jayway.android.robotium.solo.Solo
Long clicks on a given list line on a specified ListView and returns an ArrayList of the TextView objects that the list line is showing.
clickLongOnScreen(float, float) - Method in class com.jayway.android.robotium.solo.Solo
Long clicks a given coordinate on the screen.
clickLongOnScreen(float, float, int) - Method in class com.jayway.android.robotium.solo.Solo
Long clicks a given coordinate on the screen for a given amount of time.
clickLongOnText(String) - Method in class com.jayway.android.robotium.solo.Solo
Long clicks on a given View.
clickLongOnText(String, int) - Method in class com.jayway.android.robotium.solo.Solo
Long clicks on a given View.
clickLongOnText(String, int, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Long clicks on a given View.
clickLongOnText(String, int, int) - Method in class com.jayway.android.robotium.solo.Solo
Long clicks on a given View.
clickLongOnTextAndPress(String, int) - Method in class com.jayway.android.robotium.solo.Solo
Long clicks on a given View and then selects an item from the context menu that appears.
clickLongOnView(View) - Method in class com.jayway.android.robotium.solo.Solo
Long clicks on a given View.
clickLongOnView(View, int) - Method in class com.jayway.android.robotium.solo.Solo
Long clicks on a given View for a given amount of time.
clickOnActionBarHomeButton() - Method in class com.jayway.android.robotium.solo.Solo
Clicks on an ActionBar Home/Up button.
clickOnActionBarItem(int) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on an ActionBar item with a given resource id.
clickOnButton(String) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a Button with a given text.
clickOnButton(int) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a Button with a given index.
clickOnCheckBox(int) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a CheckBox with a given index.
clickOnEditText(int) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on an EditText with a given index.
clickOnImage(int) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on an ImageView with a given index.
clickOnImageButton(int) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on an ImageButton with a given index.
clickOnMenuItem(String) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a MenuItem with a given text.
clickOnMenuItem(String, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a MenuItem with a given text.
clickOnRadioButton(int) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a RadioButton with a given index.
clickOnScreen(float, float) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a given coordinate on the screen.
clickOnText(String) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a View displaying a given text.
clickOnText(String, int) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a View displaying a given text.
clickOnText(String, int, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a View displaying a given text.
clickOnToggleButton(String) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a ToggleButton with a given text.
clickOnView(View) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a given View.
clickOnView(View, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a given View.
clickOnWebElement(WebElement) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on the given WebElement.
clickOnWebElement(By) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a WebElement.
clickOnWebElement(By, int) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a WebElement.
clickOnWebElement(By, int, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a WebElement.
CLOSED - Static variable in class com.jayway.android.robotium.solo.Solo
 
com.jayway.android.robotium.solo - package com.jayway.android.robotium.solo
 
Condition - Interface in com.jayway.android.robotium.solo
Represents a conditional statement.
Implementations may be used with Solo.waitForCondition(Condition, int).
cssSelector(String) - Static method in class com.jayway.android.robotium.solo.By
Select a WebElement by its css selector.

D

DELETE - Static variable in class com.jayway.android.robotium.solo.Solo
 
dialogUtils - Variable in class com.jayway.android.robotium.solo.Solo
 
DOWN - Static variable in class com.jayway.android.robotium.solo.Solo
 
drag(float, float, float, float, int) - Method in class com.jayway.android.robotium.solo.Solo
Simulate touching a given location and dragging it to a new location.

E

ENTER - Static variable in class com.jayway.android.robotium.solo.Solo
 
enterText(int, String) - Method in class com.jayway.android.robotium.solo.Solo
Enters text in an EditText with a given index.
enterText(EditText, String) - Method in class com.jayway.android.robotium.solo.Solo
Enters text in a given EditText.
enterTextInWebElement(By, String) - Method in class com.jayway.android.robotium.solo.Solo
Enters text in a WebElement.

F

filterViews(Class<T>, Iterable<?>) - Static method in class com.jayway.android.robotium.solo.RobotiumUtils
Filters Views based on the given class type.
filterViewsByText(Iterable<T>, String) - Static method in class com.jayway.android.robotium.solo.RobotiumUtils
Filters a collection of Views and returns a list that contains only Views with text that matches a specified regular expression.
filterViewsByText(Iterable<T>, Pattern) - Static method in class com.jayway.android.robotium.solo.RobotiumUtils
Filters a collection of Views and returns a list that contains only Views with text that matches a specified regular expression.
filterViewsToSet(Class<View>[], Iterable<View>) - Static method in class com.jayway.android.robotium.solo.RobotiumUtils
Filters all Views not within the given set.
finalize() - Method in class com.jayway.android.robotium.solo.Solo
Finalizes the solo object and removes the ActivityMonitor.
finishOpenedActivities() - Method in class com.jayway.android.robotium.solo.Solo
The activities that are alive are finished.

G

getActivityMonitor() - Method in class com.jayway.android.robotium.solo.Solo
Returns the ActivityMonitor used by Robotium.
getButton(int) - Method in class com.jayway.android.robotium.solo.Solo
Returns a Button with a given index.
getButton(String) - Method in class com.jayway.android.robotium.solo.Solo
Returns a Button which shows a given text.
getButton(String, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Returns a Button which shows a given text.
getClassName() - Method in class com.jayway.android.robotium.solo.WebElement
Returns the class name.
getCurrentActivity() - Method in class com.jayway.android.robotium.solo.Solo
Returns the current Activity.
getCurrentViews() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the Views currently shown in the focused Activity or Dialog.
getCurrentViews(Class<T>) - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of Views of the specified Class located in the focused Activity or Dialog.
getCurrentViews(Class<T>, View) - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of Views of the specified Class located under the specified parent.
getCurrentWebElements() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of WebElements currently shown in the active WebView.
getCurrentWebElements(By) - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of WebElements of the specified By object currently shown in the active WebView.
getEditText(int) - Method in class com.jayway.android.robotium.solo.Solo
Returns an EditText with a given index.
getEditText(String) - Method in class com.jayway.android.robotium.solo.Solo
Returns an EditText which shows a given text.
getEditText(String, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Returns an EditText which shows a given text.
getId() - Method in class com.jayway.android.robotium.solo.WebElement
Returns the id.
getImage(int) - Method in class com.jayway.android.robotium.solo.Solo
Returns an ImageView with a given index.
getImageButton(int) - Method in class com.jayway.android.robotium.solo.Solo
Returns an ImageButton with a given index.
getLocationOnScreen(int[]) - Method in class com.jayway.android.robotium.solo.WebElement
Returns the WebElements location on screen.
getLocationX() - Method in class com.jayway.android.robotium.solo.WebElement
Returns the X location.
getLocationY() - Method in class com.jayway.android.robotium.solo.WebElement
Returns the Y location.
getName() - Method in class com.jayway.android.robotium.solo.WebElement
Returns the name.
getNumberOfMatches(String, TextView, Set<TextView>) - Static method in class com.jayway.android.robotium.solo.RobotiumUtils
Checks if a View matches a certain string and returns the amount of total matches.
getString(int) - Method in class com.jayway.android.robotium.solo.Solo
Returns a localized string.
getTagName() - Method in class com.jayway.android.robotium.solo.WebElement
Returns the tag name.
getter - Variable in class com.jayway.android.robotium.solo.Solo
 
getText(int) - Method in class com.jayway.android.robotium.solo.Solo
Returns a TextView with a given index.
getText(String) - Method in class com.jayway.android.robotium.solo.Solo
Returns a TextView which shows a given text.
getText(String, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Returns a TextView which shows a given text.
getText() - Method in class com.jayway.android.robotium.solo.WebElement
Returns the text content.
getTopParent(View) - Method in class com.jayway.android.robotium.solo.Solo
Returns the absolute top parent View for a given View.
getValue() - Method in class com.jayway.android.robotium.solo.By
Returns the value.
getView(int) - Method in class com.jayway.android.robotium.solo.Solo
Returns a View with a given resource id.
getView(Class<T>, int) - Method in class com.jayway.android.robotium.solo.Solo
Returns a View of a given class and index.
getViews() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of all the View objects located in the focused Activity or Dialog.
getViews(View) - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the View objects contained in the parent View.
getWebElement(By, int) - Method in class com.jayway.android.robotium.solo.Solo
Returns a WebElement with a given index
goBack() - Method in class com.jayway.android.robotium.solo.Solo
Simulates pressing the hardware back key.
goBackToActivity(String) - Method in class com.jayway.android.robotium.solo.Solo
Returns to the given Activity.

I

id(String) - Static method in class com.jayway.android.robotium.solo.By
Select a WebElement by its id.
instrumentation - Variable in class com.jayway.android.robotium.solo.Solo
 
isCheckBoxChecked(int) - Method in class com.jayway.android.robotium.solo.Solo
Checks if a CheckBox with a given index is checked.
isCheckBoxChecked(String) - Method in class com.jayway.android.robotium.solo.Solo
Checks if a CheckBox with a given text is checked.
isRadioButtonChecked(int) - Method in class com.jayway.android.robotium.solo.Solo
Checks if a RadioButton with a given index is checked.
isRadioButtonChecked(String) - Method in class com.jayway.android.robotium.solo.Solo
Checks if a RadioButton with a given text is checked.
isSatisfied() - Method in interface com.jayway.android.robotium.solo.Condition
Should do the necessary work needed to check a condition and then return whether this condition is satisfied or not.
isSpinnerTextSelected(String) - Method in class com.jayway.android.robotium.solo.Solo
Checks if a given text is selected in any Spinner located in the current screen.
isSpinnerTextSelected(int, String) - Method in class com.jayway.android.robotium.solo.Solo
Checks if a given text is selected in a given Spinner.
isTextChecked(String) - Method in class com.jayway.android.robotium.solo.Solo
Checks if the given text is checked.
isToggleButtonChecked(String) - Method in class com.jayway.android.robotium.solo.Solo
Checks if a ToggleButton with a given text is checked.
isToggleButtonChecked(int) - Method in class com.jayway.android.robotium.solo.Solo
Checks if a ToggleButton with a given index is checked.

L

LANDSCAPE - Static variable in class com.jayway.android.robotium.solo.Solo
 
LEFT - Static variable in class com.jayway.android.robotium.solo.Solo
 

M

MENU - Static variable in class com.jayway.android.robotium.solo.Solo
 

N

name(String) - Static method in class com.jayway.android.robotium.solo.By
Select a WebElement by its name.

O

OPENED - Static variable in class com.jayway.android.robotium.solo.Solo
 

P

PORTRAIT - Static variable in class com.jayway.android.robotium.solo.Solo
 
presser - Variable in class com.jayway.android.robotium.solo.Solo
 
pressMenuItem(int) - Method in class com.jayway.android.robotium.solo.Solo
Presses a MenuItem with a given index.
pressMenuItem(int, int) - Method in class com.jayway.android.robotium.solo.Solo
Presses a MenuItem with a given index.
pressSpinnerItem(int, int) - Method in class com.jayway.android.robotium.solo.Solo
Presses on a Spinner (drop-down menu) item.

R

removeInvisibleViews(Iterable<T>) - Static method in class com.jayway.android.robotium.solo.RobotiumUtils
Removes invisible Views.
RIGHT - Static variable in class com.jayway.android.robotium.solo.Solo
 
RobotiumUtils - Class in com.jayway.android.robotium.solo
Contains utility methods.
RobotiumUtils() - Constructor for class com.jayway.android.robotium.solo.RobotiumUtils
 

S

screenshotTaker - Variable in class com.jayway.android.robotium.solo.Solo
 
scrollDown() - Method in class com.jayway.android.robotium.solo.Solo
Scrolls down the screen.
scrollDownList(AbsListView) - Method in class com.jayway.android.robotium.solo.Solo
Scrolls down a given ListView.
scrollDownList(int) - Method in class com.jayway.android.robotium.solo.Solo
Scrolls down a ListView with a given index.
scroller - Variable in class com.jayway.android.robotium.solo.Solo
 
scrollListToBottom(AbsListView) - Method in class com.jayway.android.robotium.solo.Solo
Scrolls to the bottom of a given ListView.
scrollListToBottom(int) - Method in class com.jayway.android.robotium.solo.Solo
Scrolls a ListView with a given index to the bottom.
scrollListToLine(AbsListView, int) - Method in class com.jayway.android.robotium.solo.Solo
Scroll the given ListView to a given line.
scrollListToLine(int, int) - Method in class com.jayway.android.robotium.solo.Solo
Scroll a ListView with a given index to a given line.
scrollListToTop(AbsListView) - Method in class com.jayway.android.robotium.solo.Solo
Scrolls to the top of a given ListView.
scrollListToTop(int) - Method in class com.jayway.android.robotium.solo.Solo
Scrolls a ListView with a given index to the top.
scrollToBottom() - Method in class com.jayway.android.robotium.solo.Solo
Scrolls to the bottom of the screen.
scrollToSide(int) - Method in class com.jayway.android.robotium.solo.Solo
Scrolls horizontally.
scrollToTop() - Method in class com.jayway.android.robotium.solo.Solo
Scrolls to the top of the screen.
scrollUp() - Method in class com.jayway.android.robotium.solo.Solo
Scrolls up the screen.
scrollUpList(AbsListView) - Method in class com.jayway.android.robotium.solo.Solo
Scrolls up a given ListView.
scrollUpList(int) - Method in class com.jayway.android.robotium.solo.Solo
Scrolls up a ListView with a given index.
scrollViewToSide(View, int) - Method in class com.jayway.android.robotium.solo.Solo
Scrolls a View horizontally.
searchButton(String) - Method in class com.jayway.android.robotium.solo.Solo
Searches for a Button with the given text string and returns true if at least one Button is found.
searchButton(String, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Searches for a Button with the given text string and returns true if at least one Button is found.
searchButton(String, int) - Method in class com.jayway.android.robotium.solo.Solo
Searches for a Button with the given text string and returns true if the searched Button is found a given number of times.
searchButton(String, int, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Searches for a Button with the given text string and returns true if the searched Button is found a given number of times.
searchEditText(String) - Method in class com.jayway.android.robotium.solo.Solo
Searches for a text string in the EditText objects currently shown and returns true if found.
searcher - Variable in class com.jayway.android.robotium.solo.Solo
 
searchText(String) - Method in class com.jayway.android.robotium.solo.Solo
Searches for a text string and returns true if at least one item is found with the expected text.
searchText(String, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Searches for a text string and returns true if at least one item is found with the expected text.
searchText(String, int) - Method in class com.jayway.android.robotium.solo.Solo
Searches for a text string and returns true if the searched text is found a given number of times.
searchText(String, int, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Searches for a text string and returns true if the searched text is found a given number of times.
searchText(String, int, boolean, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Searches for a text string and returns true if the searched text is found a given number of times.
searchToggleButton(String) - Method in class com.jayway.android.robotium.solo.Solo
Searches for a ToggleButton with the given text string and returns true if at least one ToggleButton is found.
searchToggleButton(String, int) - Method in class com.jayway.android.robotium.solo.Solo
Searches for a ToggleButton with the given text string and returns true if the searched ToggleButton is found a given number of times.
sender - Variable in class com.jayway.android.robotium.solo.Solo
 
sendKey(int) - Method in class com.jayway.android.robotium.solo.Solo
Sends a key: Right, Left, Up, Down, Enter, Menu or Delete.
setActivityOrientation(int) - Method in class com.jayway.android.robotium.solo.Solo
Sets the Orientation (Landscape/Portrait) for the current activity.
setClassName(String) - Method in class com.jayway.android.robotium.solo.WebElement
Sets the class name.
setDatePicker(int, int, int, int) - Method in class com.jayway.android.robotium.solo.Solo
Sets the date in a DatePicker with a given index.
setDatePicker(DatePicker, int, int, int) - Method in class com.jayway.android.robotium.solo.Solo
Sets the date in a given DatePicker.
setId(String) - Method in class com.jayway.android.robotium.solo.WebElement
Sets the id.
setLocationX(int) - Method in class com.jayway.android.robotium.solo.WebElement
Sets the X location.
setLocationY(int) - Method in class com.jayway.android.robotium.solo.WebElement
Sets the Y location.
setName(String) - Method in class com.jayway.android.robotium.solo.WebElement
Sets the name.
setProgressBar(int, int) - Method in class com.jayway.android.robotium.solo.Solo
Sets the progress of a ProgressBar with a given index.
setProgressBar(ProgressBar, int) - Method in class com.jayway.android.robotium.solo.Solo
Sets the progress of a given ProgressBar.
setSlidingDrawer(int, int) - Method in class com.jayway.android.robotium.solo.Solo
Sets the status of a SlidingDrawer with a given index.
setSlidingDrawer(SlidingDrawer, int) - Method in class com.jayway.android.robotium.solo.Solo
Sets the status of a given SlidingDrawer.
setTagName(String) - Method in class com.jayway.android.robotium.solo.WebElement
Sets the tag name.
setter - Variable in class com.jayway.android.robotium.solo.Solo
 
setTextContent(String) - Method in class com.jayway.android.robotium.solo.WebElement
Sets the text content.
setTimePicker(int, int, int) - Method in class com.jayway.android.robotium.solo.Solo
Sets the time in a TimePicker with a given index.
setTimePicker(TimePicker, int, int) - Method in class com.jayway.android.robotium.solo.Solo
Sets the time in a given TimePicker.
sleep(int) - Method in class com.jayway.android.robotium.solo.Solo
Robotium will sleep for a specified time.
sleeper - Variable in class com.jayway.android.robotium.solo.Solo
 
SMALLTIMEOUT - Static variable in class com.jayway.android.robotium.solo.Solo
 
Solo - Class in com.jayway.android.robotium.solo
Main class for development of Robotium tests.
Solo(Instrumentation, Activity) - Constructor for class com.jayway.android.robotium.solo.Solo
Constructor that takes in the instrumentation and the start activity.
Solo(Instrumentation) - Constructor for class com.jayway.android.robotium.solo.Solo
Constructor that takes in the instrumentation.
sortViewsByLocationOnScreen(List<? extends View>) - Static method in class com.jayway.android.robotium.solo.RobotiumUtils
Orders Views by their location on-screen.
sortViewsByLocationOnScreen(List<? extends View>, boolean) - Static method in class com.jayway.android.robotium.solo.RobotiumUtils
Orders Views by their location on-screen.

T

tagName(String) - Static method in class com.jayway.android.robotium.solo.By
Select a WebElement by its tag name.
takeScreenshot() - Method in class com.jayway.android.robotium.solo.Solo
Takes a screenshot and saves it in "/sdcard/Robotium-Screenshots/".
takeScreenshot(String) - Method in class com.jayway.android.robotium.solo.Solo
Takes a screenshot and saves it with a given name in "/sdcard/Robotium-Screenshots/".
takeScreenshot(String, int) - Method in class com.jayway.android.robotium.solo.Solo
Takes a screenshot and saves it with a given name in "/sdcard/Robotium-Screenshots/".
textContent(String) - Static method in class com.jayway.android.robotium.solo.By
Select a WebElement by its text content.
textEnterer - Variable in class com.jayway.android.robotium.solo.Solo
 
TIMEOUT - Static variable in class com.jayway.android.robotium.solo.Solo
 
typeText(int, String) - Method in class com.jayway.android.robotium.solo.Solo
Types text in an EditText with a given index.
typeText(EditText, String) - Method in class com.jayway.android.robotium.solo.Solo
Types text in a given EditText.
typeTextInWebElement(By, String) - Method in class com.jayway.android.robotium.solo.Solo
Types text in a WebElement.
typeTextInWebElement(By, String, int) - Method in class com.jayway.android.robotium.solo.Solo
Types text in a WebElement.
typeTextInWebElement(WebElement, String) - Method in class com.jayway.android.robotium.solo.Solo
Types text in a WebElement.

U

UP - Static variable in class com.jayway.android.robotium.solo.Solo
 

V

viewFetcher - Variable in class com.jayway.android.robotium.solo.Solo
 

W

waiter - Variable in class com.jayway.android.robotium.solo.Solo
 
waitForActivity(String) - Method in class com.jayway.android.robotium.solo.Solo
Waits for the given Activity.
waitForActivity(String, int) - Method in class com.jayway.android.robotium.solo.Solo
Waits for the given Activity.
waitForCondition(Condition, int) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a condition to be satisfied.
waitForDialogToClose(long) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a Dialog to close.
waitForDialogToOpen(long) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a Dialog to open.
waitForFragmentById(int) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a Fragment with a given id to appear.
waitForFragmentById(int, int) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a Fragment with a given id to appear.
waitForFragmentByTag(String) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a Fragment with a given tag to appear.
waitForFragmentByTag(String, int) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a Fragment with a given tag to appear.
waitForLogMessage(String) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a log message to appear.
waitForLogMessage(String, int) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a log message to appear.
waitForText(String) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a text to be shown.
waitForText(String, int, long) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a text to be shown.
waitForText(String, int, long, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a text to be shown.
waitForText(String, int, long, boolean, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a text to be shown.
waitForView(Class<T>) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a View of a certain class to be shown.
waitForView(View) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a given View to be shown.
waitForView(View, int, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a given View to be shown.
waitForView(Class<T>, int, int) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a View of a certain class to be shown.
waitForView(Class<T>, int, int, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a View of a certain class to be shown.
waitForWebElement(By) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a WebElement.
waitForWebElement(By, int, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a WebElement.
waitForWebElement(By, int, int, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a WebElement.
WebElement - Class in com.jayway.android.robotium.solo
Represents an element shown in a WebView.
WebElement(String, String, String, String, String) - Constructor for class com.jayway.android.robotium.solo.WebElement
Constructs this object.
webUtils - Variable in class com.jayway.android.robotium.solo.Solo
 

X

xpath(String) - Static method in class com.jayway.android.robotium.solo.By
Select a WebElement by its xpath.

A B C D E F G I L M N O P R S T U V W X

Copyright © 2009-2013. All Rights Reserved.