Diego Torres Milano
Diego Torres Milano
Thanks for reporting it. You are right, it has never happened to me but it's a potential error. I'm fixing it using your suggestion.
Please specify OS, platform, python version, pip list, etc. Take into account that `culebra` should work unchanged on any platform. On OSX: ``` $ python Python 2.7.5 (default, Mar 9...
I would probably add a special case for Windows as nobody reported any error or problem on OSX or Linux. On Wed, Jan 14, 2015 at 12:40 AM, Ebirux [email protected]...
Try ``` $ adb shell $ uiautomator dump ``` and verify if it's a `uiautomator` problem. On Thu, Feb 25, 2016 at 5:24 PM, Ashish Pandhi [email protected] wrote: > @alvin777...
You are correct! If the word "Killed" is found anywhere inside the dump this issue happens. Would you like to upload a pull request? On Fri, Feb 26, 2016 at...
@Ganesh6773 what was the problem you were seeing and what was the command used? Also, if you can specify adb version, android version, device model, etc. it would help identify...
Controls referred to as **NAF** (Not Accessibility Friendly) are UI controls that are enabled, clickable but have no text or content-description. Can you provide a reproducible example?
diego at dtmilano dot com
I experienced a similar problem ``` uiAutomatorHelper(com.dtmilano.android.culebratester2.UiAutomatorHelper) java.lang.NoClassDefFoundError: Failed resolution of: Ljava/time/Duration; at com.typesafe.config.impl.ConfigImpl.fromAnyRef(ConfigImpl.java:243) at com.typesafe.config.impl.ConfigImpl.fromPathMap(ConfigImpl.java:200) at com.typesafe.config.ConfigFactory.parseMap(ConfigFactory.java:1038) at io.ktor.server.engine.CommandLineKt.commandLineEnvironment(CommandLine.kt:32) at io.ktor.server.cio.EngineMain.main(EngineMain.kt:20) ... Caused by: java.lang.ClassNotFoundException: Didn't find class "java.time.Duration"...
@sooraj-sizon-pj you didn't describe what you are trying to achieve and how? what devices do you have connected to the EC2 instance and how? what's the output of `adb devices`...