function ttt(str) {
while (true) {
if(textContains(str).exists()||descContains(str).exists()){
break
}
swipe(535, 1500, 535, 609, 500)
}
}
ttt("苹果")
function ttt(str) {
while (true) {
if(textContains(str).exists()||descContains(str).exists()){
break
}
swipe(535, 1500, 535, 609, 500)
}
}
ttt("苹果")