Closed NachoTamayo closed 3 years ago
They might be custom views or images.
Can you share the full output of dump --all
.
I'm trying to get all text labels on a poker app game:
https://i.imgur.com/aoKmKdu.png
The problem is when I use the AndroidViewClient dump I only get this:
android.widget.FrameLayout android.view.View android.widget.EditText
Then my question is if I can get all those text labels or it is impossible because from a game can't be processed by Culebra.
Thanks.
P.S: I can write it in spanish if anything is not clear xD
Hello NaachooT , Do you have CulebraTester and culebratester instrumentation apk file?
I'm trying to get all text labels on a poker app game: https://i.imgur.com/aoKmKdu.png The problem is when I use the AndroidViewClient dump I only get this:
android.widget.FrameLayout android.view.View android.widget.EditText
Then my question is if I can get all those text labels or it is impossible because from a game can't be processed by Culebra. Thanks. P.S: I can write it in spanish if anything is not clear xDHello NaachooT , Do you have CulebraTester and culebratester instrumentation apk file?
The link of the 2 apk files cannot be found. And also cannot find the 2 apks from google play's search.
https://github.com/dtmilano/CulebraTester2-public/actions/runs/815572695 is where you can find the apks to download and install (see Artifacts).
`
`
This is the XML for this View:
@dtmilano It is obviously not the same view, because the XML only has a edit text and a solid view
I'm trying to get all text labels on a poker app game:
https://i.imgur.com/aoKmKdu.png
The problem is when I use the AndroidViewClient dump I only get this:
android.widget.FrameLayout android.view.View android.widget.EditText
Then my question is if I can get all those text labels or it is impossible because from a game can't be processed by Culebra.
Thanks.
P.S: I can write it in spanish if anything is not clear xD