「メッセージのこの部分だけがクリックできる」というメッセージを含むテキスト ビューがあり、「この部分」には clickableSpan が添付されています。次のシナリオを確認するために、メッセージ内のクリック可能なスパンがある部分だけに触れる方法はありますか?
テキスト ビューは次のようになります。
[{"id"=>"message",
"enabled"=>true,
"contentDescription"=>nil,
"class"=>"com.xyz.mobile.android.view.WhitneyBookTextView",
"text"=>
"Only this portion of the message can be clicked.",
"rect"=>{"center_y"=>934.5, "center_x"=>381.0, "height"=>67, "y"=>901, "width"=>598,"x"=>82},
"description"=>
"com.xyz.mobile.android.view.WhitneyBookTextView{231r6178 VFED..CL ........ 42,0-640,67 #6f094a app:id/message}"}]
クリックできる方法はありますか?
touch(query("* id:'message'")) は機能しません。