CAT DAT APP

 avatar
user_8607526207
python
2 years ago
365 B
4
Indexable
import uiautomator2 as u2
d = u2.connect()
d.open_url("https://play.google.com/store/apps/details?id=com.docreader.readerdocument")

print("Press install app")

d.xpath('//androidx.compose.ui.platform.ComposeView/android.view.View[1]/android.view.View[2]/android.view.View[2]/android.view.View[2]').click()




print("Wait install app")








Editor is loading...