You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@abstract Waits for the cell at indexPath in a table view with the given identifier.
620
+
@abstract Scrolls a table view with the given identifier while waiting for the cell at the given indexPath to appear.
621
621
@discussion This step will get the view with the specified accessibility identifier and then get the cell at the indexPath.
622
622
623
623
For cases where you may need to work from the end of a table view rather than the beginning, negative sections count back from the end of the table view (-1 is the last section) and negative rows count back from the end of the section (-1 is the last row for that section).
@abstract Waits for the cell at indexPath in a given table view.
632
+
@abstract Scrolls a table view while waiting for the cell at the given indexPath to appear.
633
633
@discussion This step will get the cell at the indexPath.
634
634
635
635
For cases where you may need to work from the end of a table view rather than the beginning, negative sections count back from the end of the table view (-1 is the last section) and negative rows count back from the end of the section (-1 is the last row for that section).
@abstract Waits for the cell at indexPath in a given collection view.
644
+
@abstract Scrolls a collection view while waiting for the cell at the given indexPath to appear.
645
645
@discussion This step will get the cell at the indexPath.
646
646
647
647
For cases where you may need to work from the end of a table view rather than the beginning, negative sections count back from the end of the table view (-1 is the last section) and negative rows count back from the end of the section (-1 is the last row for that section).
@abstract Waits for the cell at indexPath in a collection view with the given identifier.
657
+
@abstract Scrolls a given collection view while waiting for the item at the given indexPath to appear.
658
658
@discussion This step will get the view with the specified accessibility identifier and then get the cell at indexPath.
659
659
660
660
For cases where you may need to work from the end of a collection view rather than the beginning, negative sections count back from the end of the collection view (-1 is the last section) and negative items count back from the end of the section (-1 is the last item for that section).
0 commit comments