1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119<!DOCTYPE html> 120<html devsite> 121<head> 122 123 124 <meta name="top_category" value="develop" /> 125 126 <meta name="subcategory" value="reference" /> 127 128 129 <meta name="book_path" value="/reference/android/support/test/_book.yaml" /> 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145<title>GeneralClickAction</title> 146 147 148</head> 149 150<body class="gc-documentation develop reference api apilevel-"> 151<div id="doc-api-level" class="" style="display:none"></div> 152 153 154 155 156<div id="naMessage"></div> 157 158<div id="api-info-block"> 159<div class="api-level"> 160 161 162 163 164</div> 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183<div class="sum-details-links"> 184 185Summary: 186 187 188 189 190 191 192 193 194 195 <a href="#pubctors">Ctors</a> 196 197 198 199 200 | <a href="#pubmethods">Methods</a> 201 202 203 204 205 | <a href="#inhmethods">Inherited Methods</a> 206 207| <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a> 208 209</div><!-- end sum-details-links --> 210</div><!-- end api-info-block --> 211 212<div class="api apilevel-" id="jd-content"> 213 214<!-- ======== START OF CLASS DATA ======== --> 215 216<h1 class="api-title">GeneralClickAction</h1> 217<p> 218<code class="api-signature"> 219 public 220 221 final 222 223 class 224 GeneralClickAction 225</code> 226<br> 227 228 229<code class="api-signature"> 230 231 extends Object 232 233 234 235</code> 236 237<code class="api-signature"> 238 239 240 implements 241 242 <a href="/reference/android/support/test/espresso/ViewAction.html">ViewAction</a> 243 244 245 246</code> 247 248</p><table class="jd-inheritance-table"> 249 250 251 <tr> 252 253 <td colspan="2" class="jd-inheritance-class-cell">java.lang.Object 254 </td> 255 </tr> 256 257 258 <tr> 259 260 <td class="jd-inheritance-space"> ↳</td> 261 262 <td colspan="1" class="jd-inheritance-class-cell">android.support.test.espresso.action.GeneralClickAction 263 </td> 264 </tr> 265 266 267</table> 268 269 270 271 272<br><hr> 273 274 275 <p>Enables clicking on views. 276</p> 277 278 279 280 281 282 283 284<h2 class="api-section">Summary</h2> 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308<!-- ======== CONSTRUCTOR SUMMARY ======== --> 309<table id="pubctors" class="responsive constructors"> 310<tr><th colspan="2"><h3>Public constructors</h3></th></tr> 311 312 313 314 315 <tr class="api apilevel-" > 316 317 318 <td width="100%"> 319 <code> 320 <a href="/reference/android/support/test/espresso/action/GeneralClickAction.html#GeneralClickAction(android.support.test.espresso.action.Tapper, android.support.test.espresso.action.CoordinatesProvider, android.support.test.espresso.action.PrecisionDescriber)">GeneralClickAction</a>(<a href="/reference/android/support/test/espresso/action/Tapper.html">Tapper</a> tapper, <a href="/reference/android/support/test/espresso/action/CoordinatesProvider.html">CoordinatesProvider</a> coordinatesProvider, <a href="/reference/android/support/test/espresso/action/PrecisionDescriber.html">PrecisionDescriber</a> precisionDescriber) 321 </code> 322 323 </td> 324 </tr> 325 326 327 328 <tr class="api apilevel-" > 329 330 331 <td width="100%"> 332 <code> 333 <a href="/reference/android/support/test/espresso/action/GeneralClickAction.html#GeneralClickAction(android.support.test.espresso.action.Tapper, android.support.test.espresso.action.CoordinatesProvider, android.support.test.espresso.action.PrecisionDescriber, android.support.test.espresso.ViewAction)">GeneralClickAction</a>(<a href="/reference/android/support/test/espresso/action/Tapper.html">Tapper</a> tapper, <a href="/reference/android/support/test/espresso/action/CoordinatesProvider.html">CoordinatesProvider</a> coordinatesProvider, <a href="/reference/android/support/test/espresso/action/PrecisionDescriber.html">PrecisionDescriber</a> precisionDescriber, <a href="/reference/android/support/test/espresso/ViewAction.html">ViewAction</a> rollbackAction) 334 </code> 335 336 </td> 337 </tr> 338 339 340 341</table> 342 343 344 345 346 347 348<!-- ========== METHOD SUMMARY =========== --> 349<table id="pubmethods" class="responsive methods"> 350<tr><th colspan="2"><h3>Public methods</h3></th></tr> 351 352 353 354 355 <tr class="api apilevel-" > 356 357 358 <td><code> 359 360 361 362 363 364 Matcher<View></code> 365 </td> 366 367 <td width="100%"> 368 <code> 369 <a href="/reference/android/support/test/espresso/action/GeneralClickAction.html#getConstraints()">getConstraints</a>() 370 </code> 371 372 <p>A mechanism for ViewActions to specify what type of views they can operate on. 373 374 375</p> 376 377 </td> 378 </tr> 379 380 381 382 <tr class="api apilevel-" > 383 384 385 <td><code> 386 387 388 389 390 391 String</code> 392 </td> 393 394 <td width="100%"> 395 <code> 396 <a href="/reference/android/support/test/espresso/action/GeneralClickAction.html#getDescription()">getDescription</a>() 397 </code> 398 399 <p>Returns a description of the view action. 400 401 402</p> 403 404 </td> 405 </tr> 406 407 408 409 <tr class="api apilevel-" > 410 411 412 <td><code> 413 414 415 416 417 418 void</code> 419 </td> 420 421 <td width="100%"> 422 <code> 423 <a href="/reference/android/support/test/espresso/action/GeneralClickAction.html#perform(android.support.test.espresso.UiController, android.view.View)">perform</a>(<a href="/reference/android/support/test/espresso/UiController.html">UiController</a> uiController, View view) 424 </code> 425 426 <p>Performs this action on the given view. 427 428 429</p> 430 431 </td> 432 </tr> 433 434 435 436</table> 437 438 439 440 441 442 443 444<!-- ========== METHOD SUMMARY =========== --> 445<table id="inhmethods" class="methods inhtable"> 446<tr><th><h3>Inherited methods</h3></th></tr> 447 448 449<tr class="api apilevel-" > 450<td colspan="2"> 451 452 <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed" 453 ><img height="34" id="inherited-methods-java.lang.Object-trigger" 454 src="/assets/images/styles/disclosure_down.png" 455 class="jd-expando-trigger-img" /></a>From 456class 457<code> 458 459 java.lang.Object 460 461</code> 462<div id="inherited-methods-java.lang.Object"> 463 <div id="inherited-methods-java.lang.Object-list" 464 class="jd-inheritedlinks"> 465 </div> 466 <div id="inherited-methods-java.lang.Object-summary" style="display: none;"> 467 <table class="jd-sumtable-expando responsive"> 468 469 470 471 472 <tr class="api apilevel-" > 473 474 475 <td><code> 476 477 478 479 480 481 Object</code> 482 </td> 483 484 <td width="100%"> 485 <code> 486 clone() 487 </code> 488 489 </td> 490 </tr> 491 492 493 494 <tr class="api apilevel-" > 495 496 497 <td><code> 498 499 500 501 502 503 boolean</code> 504 </td> 505 506 <td width="100%"> 507 <code> 508 equals(Object arg0) 509 </code> 510 511 </td> 512 </tr> 513 514 515 516 <tr class="api apilevel-" > 517 518 519 <td><code> 520 521 522 523 524 525 void</code> 526 </td> 527 528 <td width="100%"> 529 <code> 530 finalize() 531 </code> 532 533 </td> 534 </tr> 535 536 537 538 <tr class="api apilevel-" > 539 540 541 <td><code> 542 543 544 545 final 546 547 Class<?></code> 548 </td> 549 550 <td width="100%"> 551 <code> 552 getClass() 553 </code> 554 555 </td> 556 </tr> 557 558 559 560 <tr class="api apilevel-" > 561 562 563 <td><code> 564 565 566 567 568 569 int</code> 570 </td> 571 572 <td width="100%"> 573 <code> 574 hashCode() 575 </code> 576 577 </td> 578 </tr> 579 580 581 582 <tr class="api apilevel-" > 583 584 585 <td><code> 586 587 588 589 final 590 591 void</code> 592 </td> 593 594 <td width="100%"> 595 <code> 596 notify() 597 </code> 598 599 </td> 600 </tr> 601 602 603 604 <tr class="api apilevel-" > 605 606 607 <td><code> 608 609 610 611 final 612 613 void</code> 614 </td> 615 616 <td width="100%"> 617 <code> 618 notifyAll() 619 </code> 620 621 </td> 622 </tr> 623 624 625 626 <tr class="api apilevel-" > 627 628 629 <td><code> 630 631 632 633 634 635 String</code> 636 </td> 637 638 <td width="100%"> 639 <code> 640 toString() 641 </code> 642 643 </td> 644 </tr> 645 646 647 648 <tr class="api apilevel-" > 649 650 651 <td><code> 652 653 654 655 final 656 657 void</code> 658 </td> 659 660 <td width="100%"> 661 <code> 662 wait(long arg0, int arg1) 663 </code> 664 665 </td> 666 </tr> 667 668 669 670 <tr class="api apilevel-" > 671 672 673 <td><code> 674 675 676 677 final 678 679 void</code> 680 </td> 681 682 <td width="100%"> 683 <code> 684 wait(long arg0) 685 </code> 686 687 </td> 688 </tr> 689 690 691 692 <tr class="api apilevel-" > 693 694 695 <td><code> 696 697 698 699 final 700 701 void</code> 702 </td> 703 704 <td width="100%"> 705 <code> 706 wait() 707 </code> 708 709 </td> 710 </tr> 711 712 713 714 </table> 715 </div> 716</div> 717</td></tr> 718 719 720 721<tr class="api apilevel-" > 722<td colspan="2"> 723 724 <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.ViewAction" class="jd-expando-trigger closed" 725 ><img height="34" id="inherited-methods-android.support.test.espresso.ViewAction-trigger" 726 src="/assets/images/styles/disclosure_down.png" 727 class="jd-expando-trigger-img" /></a>From 728interface 729<code> 730 731 <a href="/reference/android/support/test/espresso/ViewAction.html">android.support.test.espresso.ViewAction</a> 732 733</code> 734<div id="inherited-methods-android.support.test.espresso.ViewAction"> 735 <div id="inherited-methods-android.support.test.espresso.ViewAction-list" 736 class="jd-inheritedlinks"> 737 </div> 738 <div id="inherited-methods-android.support.test.espresso.ViewAction-summary" style="display: none;"> 739 <table class="jd-sumtable-expando responsive"> 740 741 742 743 744 <tr class="api apilevel-" > 745 746 747 <td><code> 748 abstract 749 750 751 752 753 Matcher<View></code> 754 </td> 755 756 <td width="100%"> 757 <code> 758 <a href="/reference/android/support/test/espresso/ViewAction.html#getConstraints()">getConstraints</a>() 759 </code> 760 761 <p>A mechanism for ViewActions to specify what type of views they can operate on. 762 763 764</p> 765 766 </td> 767 </tr> 768 769 770 771 <tr class="api apilevel-" > 772 773 774 <td><code> 775 abstract 776 777 778 779 780 String</code> 781 </td> 782 783 <td width="100%"> 784 <code> 785 <a href="/reference/android/support/test/espresso/ViewAction.html#getDescription()">getDescription</a>() 786 </code> 787 788 <p>Returns a description of the view action. 789 790 791</p> 792 793 </td> 794 </tr> 795 796 797 798 <tr class="api apilevel-" > 799 800 801 <td><code> 802 abstract 803 804 805 806 807 void</code> 808 </td> 809 810 <td width="100%"> 811 <code> 812 <a href="/reference/android/support/test/espresso/ViewAction.html#perform(android.support.test.espresso.UiController, android.view.View)">perform</a>(<a href="/reference/android/support/test/espresso/UiController.html">UiController</a> uiController, View view) 813 </code> 814 815 <p>Performs this action on the given view. 816 817 818</p> 819 820 </td> 821 </tr> 822 823 824 825 </table> 826 </div> 827</div> 828</td></tr> 829 830 831</table> 832 833 834 835<!-- XML Attributes --> 836 837 838<!-- Enum Values --> 839 840 841<!-- Constants --> 842 843 844<!-- Fields --> 845 846 847<!-- Public ctors --> 848 849 850<!-- ========= CONSTRUCTOR DETAIL ======== --> 851<h2 class="api-section">Public constructors</h2> 852 853 854 855<A NAME="GeneralClickAction(android.support.test.espresso.action.Tapper, android.support.test.espresso.action.CoordinatesProvider, android.support.test.espresso.action.PrecisionDescriber)"></A> 856 857<div class="api apilevel-"> 858 <h3 class="api-name">GeneralClickAction</h3> 859 <div class="api-level"> 860 <div></div> 861 862 863 864 </div> 865<pre class="api-signature no-pretty-print"> 866GeneralClickAction (<a href="/reference/android/support/test/espresso/action/Tapper.html">Tapper</a> tapper, 867 <a href="/reference/android/support/test/espresso/action/CoordinatesProvider.html">CoordinatesProvider</a> coordinatesProvider, 868 <a href="/reference/android/support/test/espresso/action/PrecisionDescriber.html">PrecisionDescriber</a> precisionDescriber)</pre> 869 870 871 872 873 <p></p> 874 <table class="responsive"> 875 <tr><th colspan=2>Parameters</th></tr> 876 <tr> 877 <td><code>tapper</code></td> 878 <td width="100%"> 879 <code>Tapper</code> 880 <!-- no parameter comment --></td> 881 </tr> 882 <tr> 883 <td><code>coordinatesProvider</code></td> 884 <td width="100%"> 885 <code>CoordinatesProvider</code> 886 <!-- no parameter comment --></td> 887 </tr> 888 <tr> 889 <td><code>precisionDescriber</code></td> 890 <td width="100%"> 891 <code>PrecisionDescriber</code> 892 <!-- no parameter comment --></td> 893 </tr> 894 </table> 895 896</div> 897 898 899<A NAME="GeneralClickAction(android.support.test.espresso.action.Tapper, android.support.test.espresso.action.CoordinatesProvider, android.support.test.espresso.action.PrecisionDescriber, android.support.test.espresso.ViewAction)"></A> 900 901<div class="api apilevel-"> 902 <h3 class="api-name">GeneralClickAction</h3> 903 <div class="api-level"> 904 <div></div> 905 906 907 908 </div> 909<pre class="api-signature no-pretty-print"> 910GeneralClickAction (<a href="/reference/android/support/test/espresso/action/Tapper.html">Tapper</a> tapper, 911 <a href="/reference/android/support/test/espresso/action/CoordinatesProvider.html">CoordinatesProvider</a> coordinatesProvider, 912 <a href="/reference/android/support/test/espresso/action/PrecisionDescriber.html">PrecisionDescriber</a> precisionDescriber, 913 <a href="/reference/android/support/test/espresso/ViewAction.html">ViewAction</a> rollbackAction)</pre> 914 915 916 917 918 <p></p> 919 <table class="responsive"> 920 <tr><th colspan=2>Parameters</th></tr> 921 <tr> 922 <td><code>tapper</code></td> 923 <td width="100%"> 924 <code>Tapper</code> 925 <!-- no parameter comment --></td> 926 </tr> 927 <tr> 928 <td><code>coordinatesProvider</code></td> 929 <td width="100%"> 930 <code>CoordinatesProvider</code> 931 <!-- no parameter comment --></td> 932 </tr> 933 <tr> 934 <td><code>precisionDescriber</code></td> 935 <td width="100%"> 936 <code>PrecisionDescriber</code> 937 <!-- no parameter comment --></td> 938 </tr> 939 <tr> 940 <td><code>rollbackAction</code></td> 941 <td width="100%"> 942 <code>ViewAction</code> 943 <!-- no parameter comment --></td> 944 </tr> 945 </table> 946 947</div> 948 949 950 951 952 953<!-- ========= CONSTRUCTOR DETAIL ======== --> 954<!-- Protected ctors --> 955 956 957 958<!-- ========= METHOD DETAIL ======== --> 959<!-- Public methdos --> 960 961<h2 class="api-section">Public methods</h2> 962 963 964 965<A NAME="getConstraints()"></A> 966 967<div class="api apilevel-"> 968 <h3 class="api-name">getConstraints</h3> 969 <div class="api-level"> 970 <div></div> 971 972 973 974 </div> 975<pre class="api-signature no-pretty-print"> 976Matcher<View> getConstraints ()</pre> 977 978 979 980 981 <p>A mechanism for ViewActions to specify what type of views they can operate on. 982 983 A ViewAction can demand that the view passed to perform meets certain constraints. For example 984 it may want to ensure the view is already in the viewable physical screen of the device or is 985 of a certain type.</p> 986 <table class="responsive"> 987 <tr><th colspan=2>Returns</th></tr> 988 <tr> 989 <td><code>Matcher<View></code></td> 990 <td width="100%">a <a href="http://hamcrest.org/JavaHamcrest/javadoc/1.3/org/hamcrest/Matcher.html"> 991 <code>Matcher</code></a> that will be tested prior to calling perform. 992</td> 993 </tr> 994 </table> 995 996</div> 997 998 999<A NAME="getDescription()"></A> 1000 1001<div class="api apilevel-"> 1002 <h3 class="api-name">getDescription</h3> 1003 <div class="api-level"> 1004 <div></div> 1005 1006 1007 1008 </div> 1009<pre class="api-signature no-pretty-print"> 1010String getDescription ()</pre> 1011 1012 1013 1014 1015 <p>Returns a description of the view action. The description should not be overly long and should 1016 fit nicely in a sentence like: "performing %description% action on view with id ..." 1017</p> 1018 <table class="responsive"> 1019 <tr><th colspan=2>Returns</th></tr> 1020 <tr> 1021 <td><code>String</code></td> 1022 <td width="100%"><!-- no returns description in source --></td> 1023 </tr> 1024 </table> 1025 1026</div> 1027 1028 1029<A NAME="perform(android.support.test.espresso.UiController, android.view.View)"></A> 1030 1031<div class="api apilevel-"> 1032 <h3 class="api-name">perform</h3> 1033 <div class="api-level"> 1034 <div></div> 1035 1036 1037 1038 </div> 1039<pre class="api-signature no-pretty-print"> 1040void perform (<a href="/reference/android/support/test/espresso/UiController.html">UiController</a> uiController, 1041 View view)</pre> 1042 1043 1044 1045 1046 <p>Performs this action on the given view.</p> 1047 <table class="responsive"> 1048 <tr><th colspan=2>Parameters</th></tr> 1049 <tr> 1050 <td><code>uiController</code></td> 1051 <td width="100%"> 1052 <code>UiController</code>: 1053 the controller to use to interact with the UI.</td> 1054 </tr> 1055 <tr> 1056 <td><code>view</code></td> 1057 <td width="100%"> 1058 <code>View</code>: 1059 the view to act upon. never null. 1060</td> 1061 </tr> 1062 </table> 1063 1064</div> 1065 1066 1067 1068 1069 1070<!-- ========= METHOD DETAIL ======== --> 1071 1072 1073 1074<!-- ========= END OF CLASS DATA ========= --> 1075 1076</div><!-- end jd-content --> 1077 1078 1079 1080<div class="data-reference-resources-wrapper"> 1081 1082 <ul data-reference-resources> 1083 1084 1085 <li><h2>Interfaces</h2> 1086 <ul> 1087 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/AdapterViewProtocol.html">AdapterViewProtocol</a></li> 1088 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/AdapterViewProtocol.DataFunction.html">AdapterViewProtocol.DataFunction</a></li> 1089 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/CoordinatesProvider.html">CoordinatesProvider</a></li> 1090 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/PrecisionDescriber.html">PrecisionDescriber</a></li> 1091 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/Swiper.html">Swiper</a></li> 1092 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/Tapper.html">Tapper</a></li> 1093 </ul> 1094 </li> 1095 1096 <li><h2>Classes</h2> 1097 <ul> 1098 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/AdapterDataLoaderAction.html">AdapterDataLoaderAction</a></li> 1099 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/AdapterViewProtocol.AdaptedData.html">AdapterViewProtocol.AdaptedData</a></li> 1100 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/AdapterViewProtocol.AdaptedData.Builder.html">AdapterViewProtocol.AdaptedData.Builder</a></li> 1101 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/AdapterViewProtocols.html">AdapterViewProtocols</a></li> 1102 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/CloseKeyboardAction.html">CloseKeyboardAction</a></li> 1103 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/EditorAction.html">EditorAction</a></li> 1104 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/EspressoKey.html">EspressoKey</a></li> 1105 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/EspressoKey.Builder.html">EspressoKey.Builder</a></li> 1106 <li class="selected api apilevel-"><a href="/reference/android/support/test/espresso/action/GeneralClickAction.html">GeneralClickAction</a></li> 1107 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/GeneralSwipeAction.html">GeneralSwipeAction</a></li> 1108 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/KeyEventAction.html">KeyEventAction</a></li> 1109 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/MotionEvents.html">MotionEvents</a></li> 1110 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/MotionEvents.DownResultHolder.html">MotionEvents.DownResultHolder</a></li> 1111 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/OpenLinkAction.html">OpenLinkAction</a></li> 1112 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/ReplaceTextAction.html">ReplaceTextAction</a></li> 1113 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/ScrollToAction.html">ScrollToAction</a></li> 1114 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/TypeTextAction.html">TypeTextAction</a></li> 1115 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/ViewActions.html">ViewActions</a></li> 1116 </ul> 1117 </li> 1118 1119 <li><h2>Enums</h2> 1120 <ul> 1121 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/GeneralLocation.html">GeneralLocation</a></li> 1122 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/Press.html">Press</a></li> 1123 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/Swipe.html">Swipe</a></li> 1124 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/Swiper.Status.html">Swiper.Status</a></li> 1125 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/Tap.html">Tap</a></li> 1126 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/action/Tapper.Status.html">Tapper.Status</a></li> 1127 </ul> 1128 </li> 1129 1130 1131 </ul> 1132 1133</div> 1134 1135 1136 1137</body> 1138</html> 1139