Ramble01 / nativedriver

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

nativedriver doesnot support inject text to a view #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. when i use driver.findElementById("id").sendKeys("xxxx"); 
   the sendKeys Method can only support ascii string。

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

what i really need is a method that can support unicode string.
can you add a function like sendText(String text). 

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 apack1...@gmail.com on 8 Sep 2011 at 7:47