Page 2 of 2

Re: Set Value/Press Keys on iPad using Ranorex browser

Posted: Thu Apr 13, 2017 10:01 am
by Support Team
Hi Matt,

I'm afraid the workaround for iOS is more tricky. Basically, you need to touch the SPACE and DELETE key on the iOS keyboard after the Set Value-action was executed.
ios_workaround.png
The paths should be similar to the following paths, but please double-check the RanoreXPaths for your app. You will need to select the elements manually in Ranorex Spy.

Space-key:

Code: Select all

/mobileapp[@title='<appname>']/form/container[@platformclass='UIRemoteKeyboardWindow']//container[@platformclass='UIKBKeyplaneView']/container[9]
Delete-key:

Code: Select all

/mobileapp[@title='<appname>']/form/container[@platformclass='UIRemoteKeyboardWindow']//container[@platformclass='UIKBKeyplaneView']/container[5]
As a consequence, the corresponding events should be triggered.

I hope this will help you!

Sincerely,
Johannes

Re: Set Value/Press Keys on iPad using Ranorex browser

Posted: Mon Apr 17, 2017 7:56 pm
by MattDonCDN
This worked! Thanks very much for that suggestion Johannes!

Re: Set Value/Press Keys on iPad using Ranorex browser

Posted: Fri Sep 22, 2017 8:40 pm
by Harsh
I had the same issue also. Followed your instructions. Worked like a charm.

Thanks a ton,
Harsh