Search code examples
androiduser-interfacemonkeyrunnerandroidviewclient

culebra GUI not scaling at all


i am new to culebra.

I have tried to follow the steps on the wiki page by running.

culebra -G

However, it gives me an oversized image but the command line does not allow me to enter new commands

My image is something like this.

enter image description here

And my command line is something like this.

enter image description here

Is there any step by step tutorials i can follow as i cannot seem to follow the wiki. I am running on windows 7.


Solution

  • To scale the window use

    python culebra -G --scale=0.5
    

    or whatever value suits your needs.

    For some reason it's telling you there are no touchable or clickable views, this may indicate that the dump couldn't be obtained. Try

    python dump -a
    

    to check if this is the case.

    Edit

    I've seen views dumped in your autogenerated culebra script (e.g. no_id1, no_id2, ...) so the case may be you are clicking outside these views.

    EDIT

    When you press Ctrl+Z all the clickable and touchable zones are highlighted

    enter image description here