rahul7386 / robotium

Automatically exported from code.google.com/p/robotium
0 stars 0 forks source link

Can‘t find web element by xpath on android 2.3.5 version and 4.3 version(real devices, not simulator) #584

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
robotium can find the web element by xpath on android sdk 4.0, but it can not 
find on android android 2.3.5 and 4.3. 
I have not test it on other android sdk version, so i am not sure whether it 
happen on other android sdk version.

I found this on xiaomi-one plus(android 2.3.5) and Sumsang GT-I9500(android 
4.3).

Original issue reported on code.google.com by cs99lzzs...@gmail.com on 6 Mar 2014 at 9:42

GoogleCodeExporter commented 9 years ago
Unfortunately it is not possible to support all devices that have their own 
customisations of Android. 

Original comment by renasr...@gmail.com on 6 Mar 2014 at 7:41

GoogleCodeExporter commented 9 years ago
i update the rom of device(xiaomi-one plus) from android sdk version 2.3.5 to 
android 4.0.4, the testcase passed and was able to click the right web element. 
So the reason is related to android sdk version.

Original comment by cs99lzzs...@gmail.com on 7 Mar 2014 at 9:29