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

A

activityUtils - Variable in class com.robotium.solo.Solo
 
addPoint(float, float, float) - Method in class com.robotium.solo.Illustration.Builder
 
assertCurrentActivity(String, String) - Method in class com.robotium.solo.Solo
Asserts that the Activity matching the specified name is active.
assertCurrentActivity(String, Class) - Method in class com.robotium.solo.Solo
Asserts that the Activity matching the specified class is active.
assertCurrentActivity(String, String, boolean) - Method in class com.robotium.solo.Solo
Asserts that the Activity matching the specified name is active, with the possibility to verify that the expected Activity is a new instance of the Activity.
assertCurrentActivity(String, Class, boolean) - Method in class com.robotium.solo.Solo
Asserts that the Activity matching the specified class is active, with the possibility to verify that the expected Activity is a new instance of the Activity.
asserter - Variable in class com.robotium.solo.Solo
 
assertMemoryNotLow() - Method in class com.robotium.solo.Solo
Asserts that the available memory is not considered low by the system.

B

build() - Method in class com.robotium.solo.Illustration.Builder
 
By - Class in com.robotium.solo
Used in conjunction with the web methods.
By() - Constructor for class com.robotium.solo.By
 

C

checker - Variable in class com.robotium.solo.Solo
 
className(String) - Static method in class com.robotium.solo.By
Select a WebElement by its class name.
clearEditText(int) - Method in class com.robotium.solo.Solo
Clears the value of an EditText.
clearEditText(EditText) - Method in class com.robotium.solo.Solo
Clears the value of an EditText.
clearLog() - Method in class com.robotium.solo.Solo
Clears the log.
clearTextInWebElement(By) - Method in class com.robotium.solo.Solo
Clears text in a WebElement matching the specified By object.
clicker - Variable in class com.robotium.solo.Solo
 
clickInList(int) - Method in class com.robotium.solo.Solo
Clicks the specified list line and returns an ArrayList of the TextView objects that the list line is displaying.
clickInList(int, int) - Method in class com.robotium.solo.Solo
Clicks the specified list line in the ListView matching the specified index and returns an ArrayList of the TextView objects that the list line is displaying.
clickInRecyclerView(int) - Method in class com.robotium.solo.Solo
Clicks the specified item index and returns an ArrayList of the TextView objects that the item index is displaying.
clickInRecyclerView(int, int) - Method in class com.robotium.solo.Solo
Clicks the specified item index in the RecyclerView matching the specified RecyclerView index and returns an ArrayList of the TextView objects that the list line is displaying.
clickLongInList(int) - Method in class com.robotium.solo.Solo
Long clicks the specified list line and returns an ArrayList of the TextView objects that the list line is displaying.
clickLongInList(int, int) - Method in class com.robotium.solo.Solo
Long clicks the specified list line in the ListView matching the specified index and returns an ArrayList of the TextView objects that the list line is displaying.
clickLongInList(int, int, int) - Method in class com.robotium.solo.Solo
Long clicks the specified list line in the ListView matching the specified index and returns an ArrayList of the TextView objects that the list line is displaying.
clickLongInRecycleView(int) - Method in class com.robotium.solo.Solo
Long clicks the specified item index and returns an ArrayList of the TextView objects that the item index is displaying.
clickLongInRecycleView(int, int) - Method in class com.robotium.solo.Solo
Long clicks the specified item index in the RecyclerView matching the specified RecyclerView index and returns an ArrayList of the TextView objects that the item index is displaying.
clickLongInRecycleView(int, int, int) - Method in class com.robotium.solo.Solo
Long clicks the specified item index in the RecyclerView matching the specified RecyclerView index and returns an ArrayList of the TextView objects that the item index is displaying.
clickLongOnScreen(float, float) - Method in class com.robotium.solo.Solo
Long clicks the specified coordinates.
clickLongOnScreen(float, float, int) - Method in class com.robotium.solo.Solo
Long clicks the specified coordinates for a specified amount of time.
clickLongOnText(String) - Method in class com.robotium.solo.Solo
Long clicks a View or WebElement displaying the specified text.
clickLongOnText(String, int) - Method in class com.robotium.solo.Solo
Long clicks a View or WebElement displaying the specified text.
clickLongOnText(String, int, boolean) - Method in class com.robotium.solo.Solo
Long clicks a View or WebElement displaying the specified text.
clickLongOnText(String, int, int) - Method in class com.robotium.solo.Solo
Long clicks a View or WebElement displaying the specified text.
clickLongOnTextAndPress(String, int) - Method in class com.robotium.solo.Solo
Long clicks a View displaying the specified text and then selects an item from the context menu that appears.
clickLongOnView(View) - Method in class com.robotium.solo.Solo
Long clicks the specified View.
clickLongOnView(View, int) - Method in class com.robotium.solo.Solo
Long clicks the specified View for a specified amount of time.
clickOnActionBarHomeButton() - Method in class com.robotium.solo.Solo
Clicks an ActionBar Home/Up button.
clickOnActionBarItem(int) - Method in class com.robotium.solo.Solo
Clicks an ActionBarItem matching the specified resource id.
clickOnButton(String) - Method in class com.robotium.solo.Solo
Clicks a Button displaying the specified text.
clickOnButton(int) - Method in class com.robotium.solo.Solo
Clicks a Button matching the specified index.
clickOnCheckBox(int) - Method in class com.robotium.solo.Solo
Clicks a CheckBox matching the specified index.
clickOnEditText(int) - Method in class com.robotium.solo.Solo
Clicks an EditText matching the specified index.
clickOnImage(int) - Method in class com.robotium.solo.Solo
Clicks an ImageView matching the specified index.
clickOnImageButton(int) - Method in class com.robotium.solo.Solo
Clicks an ImageButton matching the specified index.
clickOnMenuItem(String) - Method in class com.robotium.solo.Solo
Clicks a MenuItem displaying the specified text.
clickOnMenuItem(String, boolean) - Method in class com.robotium.solo.Solo
Clicks a MenuItem displaying the specified text.
clickOnRadioButton(int) - Method in class com.robotium.solo.Solo
Clicks a RadioButton matching the specified index.
clickOnScreen(float, float) - Method in class com.robotium.solo.Solo
Clicks the specified coordinates.
clickOnScreen(float, float, int) - Method in class com.robotium.solo.Solo
Clicks the specified coordinates rapidly a specified number of times.
clickOnText(String) - Method in class com.robotium.solo.Solo
Clicks a View or WebElement displaying the specified text.
clickOnText(String, int) - Method in class com.robotium.solo.Solo
Clicks a View or WebElement displaying the specified text.
clickOnText(String, int, boolean) - Method in class com.robotium.solo.Solo
Clicks a View or WebElement displaying the specified text.
clickOnToggleButton(String) - Method in class com.robotium.solo.Solo
Clicks a ToggleButton displaying the specified text.
clickOnView(View) - Method in class com.robotium.solo.Solo
Clicks the specified View.
clickOnView(View, boolean) - Method in class com.robotium.solo.Solo
Clicks the specified View.
clickOnWebElement(WebElement) - Method in class com.robotium.solo.Solo
Clicks the specified WebElement.
clickOnWebElement(By) - Method in class com.robotium.solo.Solo
Clicks a WebElement matching the specified By object.
clickOnWebElement(By, int) - Method in class com.robotium.solo.Solo
Clicks a WebElement matching the specified By object.
clickOnWebElement(By, int, boolean) - Method in class com.robotium.solo.Solo
Clicks a WebElement matching the specified By object.
CLOSED - Static variable in class com.robotium.solo.Solo
 
com.robotium.solo - package com.robotium.solo
 
commandLogging - Variable in class com.robotium.solo.Solo.Config
Set to true if logging should be enabled.
commandLoggingTag - Variable in class com.robotium.solo.Solo.Config
The command logging tag.
Condition - Interface in com.robotium.solo
Represents a conditional statement.
Implementations may be used with Solo.waitForCondition(Condition, int).
createIllustrationBuilder() - Method in class com.robotium.solo.Solo
An Builder pattern that will allow the client to build a new illustration
cssSelector(String) - Static method in class com.robotium.solo.By
Select a WebElement by its css selector.

D

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

E

ENTER - Static variable in class com.robotium.solo.Solo
 
enterText(int, String) - Method in class com.robotium.solo.Solo
Enters text in an EditText matching the specified index.
enterText(EditText, String) - Method in class com.robotium.solo.Solo
Enters text in the specified EditText.
enterTextInWebElement(By, String) - Method in class com.robotium.solo.Solo
Enters text in a WebElement matching the specified By object.

F

filterViews(Class<T>, Iterable<?>) - Static method in class com.robotium.solo.RobotiumUtils
Filters Views based on the given class type.
filterViewsByText(Iterable<T>, String) - Static method in class com.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.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.robotium.solo.RobotiumUtils
Filters all Views not within the given set.
finalize() - Method in class com.robotium.solo.Solo
Finalizes the Solo object and removes the ActivityMonitor.
finishOpenedActivities() - Method in class com.robotium.solo.Solo
The Activities that are alive are finished.

G

getActivityMonitor() - Method in class com.robotium.solo.Solo
Returns the ActivityMonitor used by Robotium.
getAttribute(String) - Method in class com.robotium.solo.WebElement
Returns the value for the specified attribute.
getButton(int) - Method in class com.robotium.solo.Solo
Returns a Button matching the specified index.
getButton(String) - Method in class com.robotium.solo.Solo
Returns a Button displaying the specified text.
getButton(String, boolean) - Method in class com.robotium.solo.Solo
Returns a Button displaying the specified text.
getClassName() - Method in class com.robotium.solo.WebElement
Returns the class name.
getConfig() - Method in class com.robotium.solo.Solo
Returns the Config used by Robotium.
getCurrentActivity() - Method in class com.robotium.solo.Solo
Returns the current Activity.
getCurrentViews() - Method in class com.robotium.solo.Solo
Returns an ArrayList of the Views currently displayed in the focused Activity or Dialog.
getCurrentViews(Class<T>) - Method in class com.robotium.solo.Solo
Returns an ArrayList of Views matching the specified class located in the focused Activity or Dialog.
getCurrentViews(Class<T>, boolean) - Method in class com.robotium.solo.Solo
Returns an ArrayList of Views matching the specified class located in the focused Activity or Dialog.
getCurrentViews(Class<T>, View) - Method in class com.robotium.solo.Solo
Returns an ArrayList of Views matching the specified class located under the specified parent.
getCurrentViews(Class<T>, boolean, View) - Method in class com.robotium.solo.Solo
Returns an ArrayList of Views matching the specified class located under the specified parent.
getCurrentWebElements() - Method in class com.robotium.solo.Solo
Returns an ArrayList of the currently displayed WebElements in the active WebView.
getCurrentWebElements(By) - Method in class com.robotium.solo.Solo
Returns an ArrayList of the currently displayed WebElements in the active WebView matching the specified By object.
getEditText(int) - Method in class com.robotium.solo.Solo
Returns an EditText matching the specified index.
getEditText(String) - Method in class com.robotium.solo.Solo
Returns an EditText displaying the specified text.
getEditText(String, boolean) - Method in class com.robotium.solo.Solo
Returns an EditText displaying the specified text.
getId() - Method in class com.robotium.solo.WebElement
Returns the id.
getImage(int) - Method in class com.robotium.solo.Solo
Returns an ImageView matching the specified index.
getImageButton(int) - Method in class com.robotium.solo.Solo
Returns an ImageButton matching the specified index.
getLargeTimeout() - Static method in class com.robotium.solo.Timeout
Gets the default timeout length of the waitFor methods.
getLocationOnScreen(int[]) - Method in class com.robotium.solo.WebElement
Returns the WebElements location on screen.
getLocationX() - Method in class com.robotium.solo.WebElement
Returns the X location.
getLocationY() - Method in class com.robotium.solo.WebElement
Returns the Y location.
getName() - Method in class com.robotium.solo.WebElement
Returns the name.
getNumberOfMatches(String, TextView, Set<TextView>) - Static method in class com.robotium.solo.RobotiumUtils
Checks if a View matches a certain string and returns the amount of total matches.
getPoints() - Method in class com.robotium.solo.Illustration
 
getSmallTimeout() - Static method in class com.robotium.solo.Timeout
Gets the default timeout length of the get, is, set, assert, enter, type and click methods.
getString(int) - Method in class com.robotium.solo.Solo
Returns a localized String matching the specified resource id.
getString(String) - Method in class com.robotium.solo.Solo
Returns a localized String matching the specified resource id.
getTagName() - Method in class com.robotium.solo.WebElement
Returns the tag name.
getter - Variable in class com.robotium.solo.Solo
 
getText(int) - Method in class com.robotium.solo.Solo
Returns a TextView matching the specified index.
getText(String) - Method in class com.robotium.solo.Solo
Returns a TextView displaying the specified text.
getText(String, boolean) - Method in class com.robotium.solo.Solo
Returns a TextView displaying the specified text.
getText() - Method in class com.robotium.solo.WebElement
Returns the text content.
getToolType() - Method in class com.robotium.solo.Illustration
 
getTopParent(View) - Method in class com.robotium.solo.Solo
Returns the absolute top parent View of the specified View.
getValue() - Method in class com.robotium.solo.By
Returns the value.
getView(int) - Method in class com.robotium.solo.Solo
Returns a View matching the specified resource id.
getView(int, int) - Method in class com.robotium.solo.Solo
Returns a View matching the specified resource id and index.
getView(Object) - Method in class com.robotium.solo.Solo
Returns a View matching the specified tag.
getView(Object, int) - Method in class com.robotium.solo.Solo
Returns a View matching the specified tag and index.
getView(String) - Method in class com.robotium.solo.Solo
Returns a View matching the specified resource id.
getView(String, int) - Method in class com.robotium.solo.Solo
Returns a View matching the specified resource id and index.
getView(Class<T>, int) - Method in class com.robotium.solo.Solo
Returns a View matching the specified class and index.
getViews() - Method in class com.robotium.solo.Solo
Returns an ArrayList of all the View objects located in the focused Activity or Dialog.
getViews(View) - Method in class com.robotium.solo.Solo
Returns an ArrayList of the View objects contained in the parent View.
getWebElement(By, int) - Method in class com.robotium.solo.Solo
Returns a WebElement matching the specified By object and index.
getWebElements() - Method in class com.robotium.solo.Solo
Returns an ArrayList of all the WebElements displayed in the active WebView.
getWebElements(By) - Method in class com.robotium.solo.Solo
Returns an ArrayList of all the WebElements displayed in the active WebView matching the specified By object.
getWebUrl() - Method in class com.robotium.solo.Solo
Returns the current web page URL.
goBack() - Method in class com.robotium.solo.Solo
Simulates pressing the hardware back key.
goBackToActivity(String) - Method in class com.robotium.solo.Solo
Returns to an Activity matching the specified name.

H

hideSoftKeyboard() - Method in class com.robotium.solo.Solo
Hides the soft keyboard.

I

id(String) - Static method in class com.robotium.solo.By
Select a WebElement by its id.
illustrate(Illustration) - Method in class com.robotium.solo.Solo
Simulate drawing an illustration on the screen.
Illustration - Class in com.robotium.solo
A class used to pass Illustrations to an Illustrator.
Illustration.Builder - Class in com.robotium.solo
Builder class to build illustrations
Illustration.Builder() - Constructor for class com.robotium.solo.Illustration.Builder
 
illustrator - Variable in class com.robotium.solo.Solo
 
instrumentation - Variable in class com.robotium.solo.Solo
 
isCheckBoxChecked(int) - Method in class com.robotium.solo.Solo
Checks if a CheckBox matching the specified index is checked.
isCheckBoxChecked(String) - Method in class com.robotium.solo.Solo
Checks if a CheckBox displaying the specified text is checked.
isRadioButtonChecked(int) - Method in class com.robotium.solo.Solo
Checks if a RadioButton matching the specified index is checked.
isRadioButtonChecked(String) - Method in class com.robotium.solo.Solo
Checks if a RadioButton displaying the specified text is checked.
isSatisfied() - Method in interface com.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.robotium.solo.Solo
Checks if the specified text is selected in any Spinner located in the current screen.
isSpinnerTextSelected(int, String) - Method in class com.robotium.solo.Solo
Checks if the specified text is selected in a Spinner matching the specified index.
isTextChecked(String) - Method in class com.robotium.solo.Solo
Checks if the specified text is checked.
isToggleButtonChecked(String) - Method in class com.robotium.solo.Solo
Checks if a ToggleButton displaying the specified text is checked.
isToggleButtonChecked(int) - Method in class com.robotium.solo.Solo
Checks if a ToggleButton matching the specified index is checked.

L

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

M

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

N

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

O

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

P

pinchToZoom(PointF, PointF, PointF, PointF) - Method in class com.robotium.solo.Solo
Zooms in or out if startPoint1 and startPoint2 are larger or smaller then endPoint1 and endPoint2.
PORTRAIT - Static variable in class com.robotium.solo.Solo
 
presser - Variable in class com.robotium.solo.Solo
 
pressMenuItem(int) - Method in class com.robotium.solo.Solo
Presses a MenuItem matching the specified index.
pressMenuItem(int, int) - Method in class com.robotium.solo.Solo
Presses a MenuItem matching the specified index.
pressSoftKeyboardDoneButton() - Method in class com.robotium.solo.Solo
Presses the soft keyboard done button.
pressSoftKeyboardGoButton() - Method in class com.robotium.solo.Solo
Presses the soft keyboard go button.
pressSoftKeyboardNextButton() - Method in class com.robotium.solo.Solo
Presses the soft keyboard next button.
pressSoftKeyboardSearchButton() - Method in class com.robotium.solo.Solo
Presses the soft keyboard search button.
pressSpinnerItem(int, int) - Method in class com.robotium.solo.Solo
Presses a Spinner (drop-down menu) item.

R

removeInvisibleViews(Iterable<T>) - Static method in class com.robotium.solo.RobotiumUtils
Removes invisible Views.
RIGHT - Static variable in class com.robotium.solo.Solo
 
RobotiumUtils - Class in com.robotium.solo
Contains utility methods.
RobotiumUtils() - Constructor for class com.robotium.solo.RobotiumUtils
 
rotateLarge(PointF, PointF) - Method in class com.robotium.solo.Solo
Draws two semi-circles at the specified centers.
rotateSmall(PointF, PointF) - Method in class com.robotium.solo.Solo
Draws two semi-circles at the specified centers.
rotator - Variable in class com.robotium.solo.Solo
 

S

screenshotFileType - Variable in class com.robotium.solo.Solo.Config
The screenshot file type, JPEG or PNG.
screenshotSavePath - Variable in class com.robotium.solo.Solo.Config
The screenshot save path.
screenshotTaker - Variable in class com.robotium.solo.Solo
 
scrollDown() - Method in class com.robotium.solo.Solo
Scrolls down the screen.
scrollDownList(AbsListView) - Method in class com.robotium.solo.Solo
Scrolls down the specified AbsListView.
scrollDownList(int) - Method in class com.robotium.solo.Solo
Scrolls down a ListView matching the specified index.
scrollDownRecyclerView(int) - Method in class com.robotium.solo.Solo
Scrolls down a RecyclerView matching the specified index.
scroller - Variable in class com.robotium.solo.Solo
 
scrollListToBottom(AbsListView) - Method in class com.robotium.solo.Solo
Scrolls to the bottom of the specified AbsListView.
scrollListToBottom(int) - Method in class com.robotium.solo.Solo
Scrolls a ListView matching the specified index to the bottom.
scrollListToLine(AbsListView, int) - Method in class com.robotium.solo.Solo
Scroll the specified AbsListView to the specified line.
scrollListToLine(int, int) - Method in class com.robotium.solo.Solo
Scroll a AbsListView matching the specified index to the specified line.
scrollListToTop(AbsListView) - Method in class com.robotium.solo.Solo
Scrolls to the top of the specified AbsListView.
scrollListToTop(int) - Method in class com.robotium.solo.Solo
Scrolls a ListView matching the specified index to the top.
scrollRecyclerViewToBottom(int) - Method in class com.robotium.solo.Solo
Scrolls a RecyclerView matching the specified index to the bottom.
scrollRecyclerViewToTop(int) - Method in class com.robotium.solo.Solo
Scrolls a RecyclerView matching the specified index to the top.
scrollToBottom() - Method in class com.robotium.solo.Solo
Scrolls to the bottom of the screen.
scrollToSide(int, float, int) - Method in class com.robotium.solo.Solo
Scrolls horizontally.
scrollToSide(int, float) - Method in class com.robotium.solo.Solo
Scrolls horizontally.
scrollToSide(int) - Method in class com.robotium.solo.Solo
Scrolls horizontally.
scrollToTop() - Method in class com.robotium.solo.Solo
Scrolls to the top of the screen.
scrollUp() - Method in class com.robotium.solo.Solo
Scrolls up the screen.
scrollUpList(AbsListView) - Method in class com.robotium.solo.Solo
Scrolls up the specified AbsListView.
scrollUpList(int) - Method in class com.robotium.solo.Solo
Scrolls up a ListView matching the specified index.
scrollUpRecyclerView(int) - Method in class com.robotium.solo.Solo
Scrolls up a RecyclerView matching the specified index.
scrollViewToSide(View, int, float, int) - Method in class com.robotium.solo.Solo
Scrolls a View horizontally.
scrollViewToSide(View, int, float) - Method in class com.robotium.solo.Solo
Scrolls a View horizontally.
scrollViewToSide(View, int) - Method in class com.robotium.solo.Solo
Scrolls a View horizontally.
searchButton(String) - Method in class com.robotium.solo.Solo
Searches for a Button displaying the specified text and returns true if at least one Button is found.
searchButton(String, boolean) - Method in class com.robotium.solo.Solo
Searches for a Button displaying the specified text and returns true if at least one Button is found.
searchButton(String, int) - Method in class com.robotium.solo.Solo
Searches for a Button displaying the specified text and returns true if the searched Button is found a specified number of times.
searchButton(String, int, boolean) - Method in class com.robotium.solo.Solo
Searches for a Button displaying the specified text and returns true if the searched Button is found a specified number of times.
searchEditText(String) - Method in class com.robotium.solo.Solo
Searches for a text in the EditText objects currently displayed and returns true if found.
searcher - Variable in class com.robotium.solo.Solo
 
searchText(String) - Method in class com.robotium.solo.Solo
Searches for the specified text and returns true if at least one item is found displaying the expected text.
searchText(String, boolean) - Method in class com.robotium.solo.Solo
Searches for the specified text and returns true if at least one item is found displaying the expected text.
searchText(String, int) - Method in class com.robotium.solo.Solo
Searches for the specified text and returns true if the searched text is found a specified number of times.
searchText(String, int, boolean) - Method in class com.robotium.solo.Solo
Searches for the specified text and returns true if the searched text is found a specified number of times.
searchText(String, int, boolean, boolean) - Method in class com.robotium.solo.Solo
Searches for the specified text and returns true if the searched text is found a specified number of times.
searchToggleButton(String) - Method in class com.robotium.solo.Solo
Searches for a ToggleButton displaying the specified text and returns true if at least one ToggleButton is found.
searchToggleButton(String, int) - Method in class com.robotium.solo.Solo
Searches for a ToggleButton displaying the specified text and returns true if the searched ToggleButton is found a specified number of times.
sender - Variable in class com.robotium.solo.Solo
 
sendKey(int) - Method in class com.robotium.solo.Solo
Sends a key: Right, Left, Up, Down, Enter, Menu or Delete.
setActivityOrientation(int) - Method in class com.robotium.solo.Solo
Sets the Orientation (Landscape/Portrait) for the current Activity.
setAttributes(Hashtable<String, String>) - Method in class com.robotium.solo.WebElement
Sets the attributes.
setClassName(String) - Method in class com.robotium.solo.WebElement
Sets the class name.
setDatePicker(int, int, int, int) - Method in class com.robotium.solo.Solo
Sets the date in a DatePicker matching the specified index.
setDatePicker(DatePicker, int, int, int) - Method in class com.robotium.solo.Solo
Sets the date in the specified DatePicker.
setId(String) - Method in class com.robotium.solo.WebElement
Sets the id.
setLargeTimeout(int) - Static method in class com.robotium.solo.Timeout
Sets the default timeout length of the waitFor methods.
setLocationX(int) - Method in class com.robotium.solo.WebElement
Sets the X location.
setLocationY(int) - Method in class com.robotium.solo.WebElement
Sets the Y location.
setMobileData(Boolean) - Method in class com.robotium.solo.Solo
Sets if mobile data should be turned on or off.
setMobileData(Boolean) - Method in class com.robotium.solo.SystemUtils
Sets if mobile data should be turned on or off.
setName(String) - Method in class com.robotium.solo.WebElement
Sets the name.
setNavigationDrawer(int) - Method in class com.robotium.solo.Solo
Sets the status of the NavigationDrawer.
setProgressBar(int, int) - Method in class com.robotium.solo.Solo
Sets the progress of a ProgressBar matching the specified index.
setProgressBar(ProgressBar, int) - Method in class com.robotium.solo.Solo
Sets the progress of the specified ProgressBar.
setSlidingDrawer(int, int) - Method in class com.robotium.solo.Solo
Sets the status of a SlidingDrawer matching the specified index.
setSlidingDrawer(SlidingDrawer, int) - Method in class com.robotium.solo.Solo
Sets the status of the specified SlidingDrawer.
setSmallTimeout(int) - Static method in class com.robotium.solo.Timeout
Sets the default timeout length of the get, is, set, assert, enter, type and click methods.
setTagName(String) - Method in class com.robotium.solo.WebElement
Sets the tag name.
setter - Variable in class com.robotium.solo.Solo
 
setTextContent(String) - Method in class com.robotium.solo.WebElement
Sets the text content.
setTimePicker(int, int, int) - Method in class com.robotium.solo.Solo
Sets the time in a TimePicker matching the specified index.
setTimePicker(TimePicker, int, int) - Method in class com.robotium.solo.Solo
Sets the time in the specified TimePicker.
setToolType(int) - Method in class com.robotium.solo.Illustration.Builder
Sets the tool type to use when illustrating.
setWiFiData(Boolean) - Method in class com.robotium.solo.Solo
Sets if wifi data should be turned on or off.
setWiFiData(Boolean) - Method in class com.robotium.solo.SystemUtils
Sets if wifi data should be turned on or off.
shouldScroll - Variable in class com.robotium.solo.Solo.Config
Set to true if the get, is, set, enter, type and click methods should scroll.
sleep(int) - Method in class com.robotium.solo.Solo
Robotium will sleep for the specified time.
sleeper - Variable in class com.robotium.solo.Solo
 
Solo - Class in com.robotium.solo
Main class for development of Robotium tests.
Solo(Instrumentation, Activity) - Constructor for class com.robotium.solo.Solo
Constructor that takes the Instrumentation object and the start Activity.
Solo(Instrumentation, Solo.Config) - Constructor for class com.robotium.solo.Solo
Constructor that takes the Instrumentation and Config objects.
Solo(Instrumentation, Solo.Config, Activity) - Constructor for class com.robotium.solo.Solo
Constructor that takes the Instrumentation, Config and Activity objects.
Solo(Instrumentation) - Constructor for class com.robotium.solo.Solo
Constructor that takes the instrumentation object.
Solo.Config - Class in com.robotium.solo
Config class used to set the scroll behaviour, default timeouts, screenshot filetype and screenshot save path.
Solo.Config() - Constructor for class com.robotium.solo.Solo.Config
 
Solo.Config.ScreenshotFileType - Enum in com.robotium.solo
The screenshot file type, JPEG or PNG.
sortViewsByLocationOnScreen(List<? extends View>) - Static method in class com.robotium.solo.RobotiumUtils
Orders Views by their location on-screen.
sortViewsByLocationOnScreen(List<? extends View>, boolean) - Static method in class com.robotium.solo.RobotiumUtils
Orders Views by their location on-screen.
startScreenshotSequence(String) - Method in class com.robotium.solo.Solo
Takes a screenshot sequence and saves the images with the specified name prefix in the Solo.Config objects save path (default set to: /sdcard/Robotium-Screenshots/).
startScreenshotSequence(String, int, int, int) - Method in class com.robotium.solo.Solo
Takes a screenshot sequence and saves the images with the specified name prefix in the Solo.Config objects save path (default set to: /sdcard/Robotium-Screenshots/).
stopScreenshotSequence() - Method in class com.robotium.solo.Solo
Causes a screenshot sequence to end.
swipe(PointF, PointF, PointF, PointF) - Method in class com.robotium.solo.Solo
Swipes with two fingers in a linear path determined by starting and ending points.
swiper - Variable in class com.robotium.solo.Solo
 
systemUtils - Variable in class com.robotium.solo.Solo
 
SystemUtils - Class in com.robotium.solo
Contains System methods.
SystemUtils(Instrumentation) - Constructor for class com.robotium.solo.SystemUtils
 

T

tagName(String) - Static method in class com.robotium.solo.By
Select a WebElement by its tag name.
takeScreenshot() - Method in class com.robotium.solo.Solo
Takes a screenshot and saves it in the Solo.Config objects save path (default set to: /sdcard/Robotium-Screenshots/).
takeScreenshot(String) - Method in class com.robotium.solo.Solo
Takes a screenshot and saves it with the specified name in the Solo.Config objects save path (default set to: /sdcard/Robotium-Screenshots/).
takeScreenshot(String, int) - Method in class com.robotium.solo.Solo
Takes a screenshot and saves the image with the specified name in the Solo.Config objects save path (default set to: /sdcard/Robotium-Screenshots/).
tapper - Variable in class com.robotium.solo.Solo
 
textContent(String) - Static method in class com.robotium.solo.By
Select a WebElement by its text content.
textEnterer - Variable in class com.robotium.solo.Solo
 
Timeout - Class in com.robotium.solo
Used to get and set the default timeout lengths of the various Solo methods.
Timeout() - Constructor for class com.robotium.solo.Timeout
 
timeout_large - Variable in class com.robotium.solo.Solo.Config
The timeout length of the waitFor methods.
timeout_small - Variable in class com.robotium.solo.Solo.Config
The timeout length of the get, is, set, assert, enter and click methods.
trackActivities - Variable in class com.robotium.solo.Solo.Config
Set to true if Activity tracking should be enabled.
typeText(int, String) - Method in class com.robotium.solo.Solo
Types text in an EditText matching the specified index.
typeText(EditText, String) - Method in class com.robotium.solo.Solo
Types text in the specified EditText.
typeTextInWebElement(By, String) - Method in class com.robotium.solo.Solo
Types text in a WebElement matching the specified By object.
typeTextInWebElement(By, String, int) - Method in class com.robotium.solo.Solo
Types text in a WebElement matching the specified By object.
typeTextInWebElement(WebElement, String) - Method in class com.robotium.solo.Solo
Types text in the specified WebElement.

U

unlockScreen() - Method in class com.robotium.solo.Solo
Unlocks the lock screen.
UP - Static variable in class com.robotium.solo.Solo
 
useJavaScriptToClickWebElements - Variable in class com.robotium.solo.Solo.Config
Set to true if JavaScript should be used to click WebElements.

V

valueOf(String) - Static method in enum com.robotium.solo.Solo.Config.ScreenshotFileType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.robotium.solo.Solo.Config.ScreenshotFileType
Returns an array containing the constants of this enum type, in the order they are declared.
viewFetcher - Variable in class com.robotium.solo.Solo
 

W

waiter - Variable in class com.robotium.solo.Solo
 
waitForActivity(String) - Method in class com.robotium.solo.Solo
Waits for an Activity matching the specified name.
waitForActivity(String, int) - Method in class com.robotium.solo.Solo
Waits for an Activity matching the specified name.
waitForActivity(Class<? extends Activity>) - Method in class com.robotium.solo.Solo
Waits for an Activity matching the specified class.
waitForActivity(Class<? extends Activity>, int) - Method in class com.robotium.solo.Solo
Waits for an Activity matching the specified class.
waitForCondition(Condition, int) - Method in class com.robotium.solo.Solo
Waits for a condition to be satisfied.
waitForDialogToClose() - Method in class com.robotium.solo.Solo
Waits for a Dialog to close.
waitForDialogToClose(long) - Method in class com.robotium.solo.Solo
Waits for a Dialog to close.
waitForDialogToOpen() - Method in class com.robotium.solo.Solo
Waits for a Dialog to open.
waitForDialogToOpen(long) - Method in class com.robotium.solo.Solo
Waits for a Dialog to open.
waitForEmptyActivityStack(int) - Method in class com.robotium.solo.Solo
Wait for the activity stack to be empty.
waitForFragmentById(int) - Method in class com.robotium.solo.Solo
Waits for a Fragment matching the specified resource id.
waitForFragmentById(int, int) - Method in class com.robotium.solo.Solo
Waits for a Fragment matching the specified resource id.
waitForFragmentByTag(String) - Method in class com.robotium.solo.Solo
Waits for a Fragment matching the specified tag.
waitForFragmentByTag(String, int) - Method in class com.robotium.solo.Solo
Waits for a Fragment matching the specified tag.
waitForLogMessage(String) - Method in class com.robotium.solo.Solo
Waits for the specified log message to appear.
waitForLogMessage(String, int) - Method in class com.robotium.solo.Solo
Waits for the specified log message to appear.
waitForText(String) - Method in class com.robotium.solo.Solo
Waits for the specified text to appear.
waitForText(String, int, long) - Method in class com.robotium.solo.Solo
Waits for the specified text to appear.
waitForText(String, int, long, boolean) - Method in class com.robotium.solo.Solo
Waits for the specified text to appear.
waitForText(String, int, long, boolean, boolean) - Method in class com.robotium.solo.Solo
Waits for the specified text to appear.
waitForView(int) - Method in class com.robotium.solo.Solo
Waits for a View matching the specified resource id.
waitForView(int, int, int) - Method in class com.robotium.solo.Solo
Waits for a View matching the specified resource id.
waitForView(int, int, int, boolean) - Method in class com.robotium.solo.Solo
Waits for a View matching the specified resource id.
waitForView(Object) - Method in class com.robotium.solo.Solo
Waits for a View matching the specified tag.
waitForView(Object, int, int) - Method in class com.robotium.solo.Solo
Waits for a View matching the specified tag.
waitForView(Object, int, int, boolean) - Method in class com.robotium.solo.Solo
Waits for a View matching the specified tag
waitForView(Class<T>) - Method in class com.robotium.solo.Solo
Waits for a View matching the specified class.
waitForView(View) - Method in class com.robotium.solo.Solo
Waits for the specified View.
waitForView(View, int, boolean) - Method in class com.robotium.solo.Solo
Waits for the specified View.
waitForView(Class<T>, int, int) - Method in class com.robotium.solo.Solo
Waits for a View matching the specified class.
waitForView(Class<T>, int, int, boolean) - Method in class com.robotium.solo.Solo
Waits for a View matching the specified class.
waitForWebElement(By) - Method in class com.robotium.solo.Solo
Waits for a WebElement matching the specified By object.
waitForWebElement(By, int, boolean) - Method in class com.robotium.solo.Solo
Waits for a WebElement matching the specified By object.
waitForWebElement(By, int, int, boolean) - Method in class com.robotium.solo.Solo
Waits for a WebElement matching the specified By object.
WebElement - Class in com.robotium.solo
Represents an element shown in a WebView.
WebElement(String, String, String, String, String, Hashtable<String, String>) - Constructor for class com.robotium.solo.WebElement
Constructs this object.
webFrame - Variable in class com.robotium.solo.Solo.Config
Set the web frame to be used by Robotium.
webUrl - Variable in class com.robotium.solo.Solo
 
webUtils - Variable in class com.robotium.solo.Solo
 

X

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

Z

zoomer - Variable in class com.robotium.solo.Solo
 

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

Copyright © 2009–2015. All rights reserved.