stephenwang1011 / robotium

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

Click on the SoftKeyboard #323

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1.Open an note Pad app
2.trying to click on the SoftKeyboard.

What is the expected output? What do you see instead?
we are able to click on Keyboard.

What version of the product are you using? On what operating system?
android 2.2 ,Using windows 7

Please provide any additional information below.
Through robotium i am not able to click on keypad.
I want to click on the dictionary help provide by the application.  

Original issue reported on code.google.com by rahul.mi...@gmail.com on 7 Sep 2012 at 6:00

GoogleCodeExporter commented 9 years ago
you also can use solo.sendkey(); to type characters on any text box.

Original comment by proj...@einstein-vishal.com on 8 Sep 2012 at 5:07

GoogleCodeExporter commented 9 years ago
As the keyboard is another application you are not allowed to interact with it 
by the Android platform. Your only option is to use either enterText() or 
typeText().

Original comment by renasr...@gmail.com on 9 Sep 2012 at 3:43

GoogleCodeExporter commented 9 years ago
Hi all , thax for reply..
i want to click on dictionary suggestion ,it is possible or not...
plz reply me sonn 

Original comment by rahul.mi...@gmail.com on 9 Sep 2012 at 5:13

GoogleCodeExporter commented 9 years ago
It will not work if the dictionary suggestion belongs to another process. 
Please see the QA page.

Original comment by renasr...@gmail.com on 9 Sep 2012 at 7:34