jhy1 / nativedriver

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

Click does not work for iOS custom elements #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
A couple of the elements in our iPad project are custom ones that inherit from 
the UIControl class.  The
findElement(By.id(<element label>)) is working fine for these elements
but when I use click() there is no response.

I have tried the KIF open source project and it works fine with these custom 
elements.

Original issue reported on code.google.com by dstewart...@gmail.com on 13 Sep 2011 at 9:19