クリックアクティビティ、文字を入力アクティビティなど、セレクタ設定が必要なアクティビティには、"画面上で検証ターゲットを指定"オプションがありますが、以前これを会社で使ったとき、同じ個所を2回クリックまたは、同じ文字を2回入力するトラブルがあった(詳細は忘れました)ため、現在このオプションは使っていません。このオプションを使うメリットは何かありますか?
The verification step will verify if the click ot type into activity is successful…
Say you click on a button and it navigates to another page…then you can indicate an element on new page as verification so that if new page element is not found then it retry for the specified number of times and verifies again…else will fail
Hope this helps
Cheers