Set Value/Press Keys on iPad using Ranorex browser

Mobile Testing, Android App Testing.
User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

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

Post by Support Team » Thu Apr 13, 2017 10:01 am

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
You do not have the required permissions to view the files attached to this post.

MattDonCDN
Posts: 7
Joined: Tue Mar 28, 2017 7:51 pm

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

Post by MattDonCDN » Mon Apr 17, 2017 7:56 pm

This worked! Thanks very much for that suggestion Johannes!

Harsh
Posts: 16
Joined: Wed Sep 13, 2017 1:14 am

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

Post by Harsh » Fri Sep 22, 2017 8:40 pm

I had the same issue also. Followed your instructions. Worked like a charm.

Thanks a ton,
Harsh