Forum Discussion
baxatob
8 years agoCommunity Hero
Hi,
You can try the following code:
def test():
target_CollectionView = Mobile.Device("iPad").Process("MyApp").Window(0).CollectionView(3)
target_Label = target_CollectionView.Find( ['ObjectType', 'ObjectText'],
['Label', 'LabelToTouch'], 3)
target_Label.Touch()