dtmilano / AndroidViewClient

Android ViewServer and ADB client
Apache License 2.0
1.62k stars 345 forks source link

Culebra on Android Game #291

Closed NachoTamayo closed 3 years ago

NachoTamayo commented 3 years ago

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

dtmilano commented 3 years ago

They might be custom views or images.

Can you share the full output of dump --all.

canonsky1992 commented 3 years ago

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?

WangYanqing commented 3 years ago

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?

The link of the 2 apk files cannot be found. And also cannot find the 2 apks from google play's search.

dtmilano commented 3 years ago

https://github.com/dtmilano/CulebraTester2-public/actions/runs/815572695 is where you can find the apks to download and install (see Artifacts).

NachoTamayo commented 3 years ago

`

`

This is the XML for this View: dnplayer_EnpZsfPras

@dtmilano It is obviously not the same view, because the XML only has a edit text and a solid view