Appium server 1.3.4.1 does not FindElement (Android Windows)

Appium server 1.3.4.1 FindElement() method does not work. I have tried to to use FindElement() or FindElementByXPath() - it didn`t help. I am using Windows 8, Appium 1.3.4.1, .Net Appium Driver 1.2.0.6. But when tried previous Appium server version (1.2.4.1) it still works ok :slight_smile:

Hey,

I had the same issue. I was using a device with 4.2.2 OS (api level 17) and it was not working. I resolved it by using a device OS version of 4.4.4 with api level 18. I guess latest appium does not work so with older Android OS which is problematic :frowning:

Thank you, it helps me a lot!

There is a bug in the current Appium version: https://github.com/appium/appium/pull/4247 You can use also the latest master or Selendroid Mode to test on 17.

I am also facing the same problem .Any Solution???