jhy1 / nativedriver

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

Injecting to another application requires INJECT_EVENTS permission #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm testing an android application when step and the values ​​for an 
EditText this error occurs as above.

step values ​​this way:

driver.findElement (AndroidNativeBy.id ("editname")). click ();
driver.findElement (AndroidNativeBy.id ("editname")). SendKeys (name);

Has anyone ever seen something like that might help.

Thank you.

Original issue reported on code.google.com by elizeuvo...@gmail.com on 17 Oct 2012 at 8:28