我有一个带有消息的文本视图,比如说“只能点击消息的这一部分”,其中“这部分”附加了一个 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'")) 不起作用。