Closed hram closed 4 years ago
Hey there! You can use Kakao's default list interaction API:
mySpinner {
emptyChildWith {
isInstanceOf(String::class.java)
equals("MyText")
} perform { click() }
}
Hope that helps.
Closing this issue due to no response
Hi Can you please help me. How can I do tap on spinner item with specific text. Spiner has emptyChildAt function. But in my case I need something like that emptyChildWithText()