typing from screen on android
typing from screen on android
Can we create an user code for clicking and sending keys from on screen keyboard in android?
Re: typing from screen on android
Hi,
I would suggest you to examine Mobile Key Press action described here...
http://www.ranorex.com/support/user-gui ... tions.html
If you want user code, then simply convert the recorded/manually added Mobile Key Press action to user code. Just right click the action in recording module and from the appeared menu select View Code or Convert to User Code.
I would suggest you to examine Mobile Key Press action described here...
http://www.ranorex.com/support/user-gui ... tions.html
If you want user code, then simply convert the recorded/manually added Mobile Key Press action to user code. Just right click the action in recording module and from the appeared menu select View Code or Convert to User Code.
Pavel Kudrys
Ranorex explorer at Descartes Systems
Please add these details to your questions:
Ranorex explorer at Descartes Systems
Please add these details to your questions:
- Ranorex Snapshot. Learn how to create one >here<
- Ranorex xPath of problematic element(s)
- Ranorex version
- OS version
- HW configuration
-
- Posts: 82
- Joined: Fri Oct 24, 2014 10:58 am
- Location: Bucharest
Re: typing from screen on android
Hi,
No, there is no support for soft-keyboard of [virtual] mobile devices, except the 11 'action-keys' that can be found under Add New Action > Mobile Key Press menu.
But you could use a combination of actions like <Set Value + mobile action key> or, on virtual device <Click on text control + key sequence + mobile action key>.
It worked for me in most of the cases (as for exceptions, I have some image based tests)
Cheers,
No, there is no support for soft-keyboard of [virtual] mobile devices, except the 11 'action-keys' that can be found under Add New Action > Mobile Key Press menu.
But you could use a combination of actions like <Set Value + mobile action key> or, on virtual device <Click on text control + key sequence + mobile action key>.
It worked for me in most of the cases (as for exceptions, I have some image based tests)
Cheers,
Lucian Teodorescu
NetSun Software
NetSun Software
Re: typing from screen on android
Thankx,,
worked with code for mobile key press , but i am now stuck at inputing '@' symbol in emailid.
error returned ;;; - -- Unknown key [email protected]
worked with code for mobile key press , but i am now stuck at inputing '@' symbol in emailid.
error returned ;;; - -- Unknown key [email protected]
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: typing from screen on android
Hi aswinip,
Please ensure that your method for text input looks like the following
Regards,
Markus (S)
Please ensure that your method for text input looks like the following
repo.App.EditText.Element.SetAttributeValue("Text", "[email protected]");Please let me know if this solved your problem.
Regards,
Markus (S)