Diego Torres Milano
Diego Torres Milano
Fixed by 5f632398e26c45534c54410ffe193e282084beab
Thanks @pemessier for the suggestion.
Is `AdbClient.isScreenOn()` returning a wrong value in your case? If yes, what's the device, android version, etc.
Are you setting `ignoreuiautomatorkilled=True` when creating the `ViewClient` object?
Perhaps you should use ``` b = vc.findViewWithTextOrRais(bt) b.touch() ``` or simply ``` vc.findViewWithTextOrRaise().touch() ```
`useuiautomatorhelper=True` is intended for tests that run using UiAutomatorHelper backend which is provided by [culebra.dtmilano.com](http://culebra.dtmilano.com/). Do you have this application installed on your device?
Knowing what's in `mytest.py` would help identify the problem.
The problem is that ` `(space) is taken as the separator to split the fields in the lines produced by`adb`'s`'host:devices-l'`which has` ` (space) as separator too. Try enabling ``` DEBUG...
is this the culebra generated statement? On Sun, Nov 30, 2014 at 10:47 PM, awkasem [email protected] wrote: > self.vc.findViewWithText("'").touch() > > — > Reply to this email directly or view...
**CulebraTester** provides a real-time point and click test recording through a web browser. If you are interested in being part of the Private Beta please fill out [this form](http://goo.gl/forms/XJk4sLQOZq).