nickylin / nativedriver

Automatically exported from code.google.com/p/nativedriver
Apache License 2.0
0 stars 0 forks source link

With Android 4.2, android native driver is not working, on performing click, type etc activities it doesn't work #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by ankitagr...@gmail.com on 26 Mar 2013 at 8:33

GoogleCodeExporter commented 9 years ago
Im having the same issue. Im using android-driver-2.21.apk on an android 4.1.2 
phone. All binaries are up to date.

The only workaround i can see right now is that i need to use the click 
function twice like this

driver.FindElement(By.XPath("//footer/a")).Click();
driver.FindElement(By.XPath("//footer/a")).Click();

Original comment by chrisaut...@gmail.com on 9 Jul 2013 at 7:16