blob: a26b53a3618dceab25b09179b152316c64ca2ad0 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0-google-v5) on Tue Oct 15 12:35:26 PDT 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Interface com.google.android.apps.common.testing.ui.espresso.ViewAction (TestKit 1.0-SNAPSHOT API)</title>
<meta name="date" content="2013-10-15">
<link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface com.google.android.apps.common.testing.ui.espresso.ViewAction (TestKit 1.0-SNAPSHOT API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../../index.html?com/google/android/apps/common/testing/ui/espresso/class-use/ViewAction.html" target="_top">Frames</a></li>
<li><a href="ViewAction.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface com.google.android.apps.common.testing.ui.espresso.ViewAction" class="title">Uses of Interface<br>com.google.android.apps.common.testing.ui.espresso.ViewAction</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#com.google.android.apps.common.testing.ui.espresso">com.google.android.apps.common.testing.ui.espresso</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#com.google.android.apps.common.testing.ui.espresso.action">com.google.android.apps.common.testing.ui.espresso.action</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="com.google.android.apps.common.testing.ui.espresso">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a> in <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/package-summary.html">com.google.android.apps.common.testing.ui.espresso</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/package-summary.html">com.google.android.apps.common.testing.ui.espresso</a> with parameters of type <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewInteraction.html" title="class in com.google.android.apps.common.testing.ui.espresso">ViewInteraction</a></code></td>
<td class="colLast"><span class="strong">ViewInteraction.</span><code><strong><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewInteraction.html#perform(com.google.android.apps.common.testing.ui.espresso.ViewAction...)">perform</a></strong>(<a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a>...&nbsp;viewActions)</code>
<div class="block">Performs the given action(s) on the view selected by the current view matcher.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewInteraction.html" title="class in com.google.android.apps.common.testing.ui.espresso">ViewInteraction</a></code></td>
<td class="colLast"><span class="strong">DataInteraction.</span><code><strong><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/DataInteraction.html#perform(com.google.android.apps.common.testing.ui.espresso.ViewAction...)">perform</a></strong>(<a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a>...&nbsp;actions)</code>
<div class="block">Performs an action on the view after we force the data to be loaded.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="com.google.android.apps.common.testing.ui.espresso.action">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a> in <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/package-summary.html">com.google.android.apps.common.testing.ui.espresso.action</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/package-summary.html">com.google.android.apps.common.testing.ui.espresso.action</a> that implement <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/AdapterDataLoaderAction.html" title="class in com.google.android.apps.common.testing.ui.espresso.action">AdapterDataLoaderAction</a></strong></code>
<div class="block">Forces an AdapterView to ensure that the data matching a provided data matcher
is loaded into the current view hierarchy.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/ClearTextAction.html" title="class in com.google.android.apps.common.testing.ui.espresso.action">ClearTextAction</a></strong></code>
<div class="block">Clears view text by setting <code>EditText</code>s text property to "".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/CloseKeyboardAction.html" title="class in com.google.android.apps.common.testing.ui.espresso.action">CloseKeyboardAction</a></strong></code>
<div class="block">Closes soft keyboard.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/EditorAction.html" title="class in com.google.android.apps.common.testing.ui.espresso.action">EditorAction</a></strong></code>
<div class="block">Performs whatever editor (IME) action is available on a view.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/GeneralClickAction.html" title="class in com.google.android.apps.common.testing.ui.espresso.action">GeneralClickAction</a></strong></code>
<div class="block">Enables clicking on views.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/KeyEventAction.html" title="class in com.google.android.apps.common.testing.ui.espresso.action">KeyEventAction</a></strong></code>
<div class="block">Enables pressing KeyEvents on views.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/ScrollToAction.html" title="class in com.google.android.apps.common.testing.ui.espresso.action">ScrollToAction</a></strong></code>
<div class="block">Enables scrolling to the given view.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/TypeTextAction.html" title="class in com.google.android.apps.common.testing.ui.espresso.action">TypeTextAction</a></strong></code>
<div class="block">Enables typing text on views.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/package-summary.html">com.google.android.apps.common.testing.ui.espresso.action</a> that return <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a></code></td>
<td class="colLast"><span class="strong">ViewActions.</span><code><strong><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/ViewActions.html#clearText()">clearText</a></strong>()</code>
<div class="block">Returns an action that clears text on the view.<br>
<br>
View constraints:
must be displayed on screen
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a></code></td>
<td class="colLast"><span class="strong">ViewActions.</span><code><strong><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/ViewActions.html#click()">click</a></strong>()</code>
<div class="block">Returns an action that clicks the view.<br>
<br>
View constraints:
must be displayed on screen
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a></code></td>
<td class="colLast"><span class="strong">ViewActions.</span><code><strong><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/ViewActions.html#click(com.google.android.apps.common.testing.ui.espresso.ViewAction)">click</a></strong>(<a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a>&nbsp;rollbackAction)</code>
<div class="block">Returns an action that performs a single click on the view.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a></code></td>
<td class="colLast"><span class="strong">ViewActions.</span><code><strong><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/ViewActions.html#closeSoftKeyboard()">closeSoftKeyboard</a></strong>()</code>
<div class="block">Returns an action that closes soft keyboard.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a></code></td>
<td class="colLast"><span class="strong">ViewActions.</span><code><strong><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/ViewActions.html#doubleClick()">doubleClick</a></strong>()</code>
<div class="block">Returns an action that double clicks the view.<br>
<br>
View preconditions:
must be displayed on screen
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a></code></td>
<td class="colLast"><span class="strong">ViewActions.</span><code><strong><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/ViewActions.html#longClick()">longClick</a></strong>()</code>
<div class="block">Returns an action that long clicks the view.<br>
<br>
View preconditions:
must be displayed on screen
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a></code></td>
<td class="colLast"><span class="strong">ViewActions.</span><code><strong><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/ViewActions.html#pressBack()">pressBack</a></strong>()</code>
<div class="block">Returns an action that clicks the back button.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a></code></td>
<td class="colLast"><span class="strong">ViewActions.</span><code><strong><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/ViewActions.html#pressImeActionButton()">pressImeActionButton</a></strong>()</code>
<div class="block">Returns an action that presses the current action button (next, done, search, etc) on the IME
(Input Method Editor).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a></code></td>
<td class="colLast"><span class="strong">ViewActions.</span><code><strong><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/ViewActions.html#pressKey(com.google.android.apps.common.testing.ui.espresso.action.EspressoKey)">pressKey</a></strong>(<a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/EspressoKey.html" title="class in com.google.android.apps.common.testing.ui.espresso.action">EspressoKey</a>&nbsp;key)</code>
<div class="block">Returns an action that presses the specified key with the specified modifiers.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a></code></td>
<td class="colLast"><span class="strong">ViewActions.</span><code><strong><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/ViewActions.html#pressKey(int)">pressKey</a></strong>(int&nbsp;keyCode)</code>
<div class="block">Returns an action that presses the key specified by the keyCode (eg.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a></code></td>
<td class="colLast"><span class="strong">ViewActions.</span><code><strong><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/ViewActions.html#pressMenuKey()">pressMenuKey</a></strong>()</code>
<div class="block">Returns an action that presses the hardware menu key.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a></code></td>
<td class="colLast"><span class="strong">ViewActions.</span><code><strong><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/ViewActions.html#scrollTo()">scrollTo</a></strong>()</code>
<div class="block">Returns an action that scrolls to the view.<br>
<br>
View preconditions:
must be a descendant of ScrollView
must have visibility set to View.VISIBLE
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a></code></td>
<td class="colLast"><span class="strong">ViewActions.</span><code><strong><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/ViewActions.html#typeText(java.lang.String)">typeText</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;stringToBeTyped)</code>
<div class="block">Returns an action that selects the view (by clicking on it) and types the provided string into
the view.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/package-summary.html">com.google.android.apps.common.testing.ui.espresso.action</a> with parameters of type <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a></code></td>
<td class="colLast"><span class="strong">ViewActions.</span><code><strong><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/ViewActions.html#click(com.google.android.apps.common.testing.ui.espresso.ViewAction)">click</a></strong>(<a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a>&nbsp;rollbackAction)</code>
<div class="block">Returns an action that performs a single click on the view.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/package-summary.html">com.google.android.apps.common.testing.ui.espresso.action</a> with parameters of type <a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/GeneralClickAction.html#GeneralClickAction(com.google.android.apps.common.testing.ui.espresso.action.Tapper, com.google.android.apps.common.testing.ui.espresso.action.CoordinatesProvider, com.google.android.apps.common.testing.ui.espresso.action.PrecisionDescriber, com.google.android.apps.common.testing.ui.espresso.ViewAction)">GeneralClickAction</a></strong>(<a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/Tapper.html" title="interface in com.google.android.apps.common.testing.ui.espresso.action">Tapper</a>&nbsp;tapper,
<a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/CoordinatesProvider.html" title="interface in com.google.android.apps.common.testing.ui.espresso.action">CoordinatesProvider</a>&nbsp;coordinatesProvider,
<a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/action/PrecisionDescriber.html" title="interface in com.google.android.apps.common.testing.ui.espresso.action">PrecisionDescriber</a>&nbsp;precisionDescriber,
<a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">ViewAction</a>&nbsp;rollbackAction)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/ViewAction.html" title="interface in com.google.android.apps.common.testing.ui.espresso">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../../index.html?com/google/android/apps/common/testing/ui/espresso/class-use/ViewAction.html" target="_top">Frames</a></li>
<li><a href="ViewAction.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2013. All rights reserved.</small></p>
</body>
</html>