Hi Everyone,
I got a problem with iOS native numeric keyboard which got each number as object of the UIKBKeyView class.
I have to use it twice: 1) for login pin and 2) for entering patient ID.
Can someone suggest what is the best way to access this keyboard?
I attached the snapshot of app with UIKBKeyView objects.
Thanks,
Felix.
What the better way to access UIKBKeyView
What the better way to access UIKBKeyView
- Attachments
-
- snapshot4.rxsnp
- Snapshot of UIKBKeyView
- (47.02 KiB) Downloaded 61 times
Re: What the better way to access UIKBKeyView
Hi Everyone,
I got some additions to my original post.
I tried to use the following XPath:
And I am facing a new problem:
Ranorex can see it and make a Touch function, but during runtime I am getting the following error:
Thanks,
Felix.
I got some additions to my original post.
I tried to use the following XPath:
Code: Select all
form//container[@platformclass='UIKBKeyplaneView']/container[4]
Ranorex can see it and make a Touch function, but during runtime I am getting the following error:
Any idea to how to get other it?Cannot synthesize touch event because elment with ID <1631756960> was not found
Show/Hide Stacktrace
at Ranorex.Plugin.Mobile.XmlRpc.XmlRpcProtocolChannel.Call(MethodCall mc, TimeSpan responseTimeout) at Ranorex.Plugin.Mobile.Device.Channels.AppLogicChannel.Touch(String loc, Int32 elementIdentifier, Boolean isLongClick, Int32 duration) at Ranorex.Plugin.Mobile.Device.Channels.AppLogicChannel.Touch(IElementWithId element, TouchEvent evt) at Ranorex.Plugin.Mobile.RxIntegration.Elements.MobileFlavorElement.Touch(TouchEvent evt) at Ranorex.Touch.Tap(Element element, Int32 pointer, Location location, Duration touchDuration) at Ranorex.Adapter.Touch() at GidgetMobile.UserLoginSucess.Ranorex.Core.Testing.ITestModule.Run() in f:\Code\gidget\source\automation\GidgetMobile\UserLoginSucess.cs:line 91 at Ranorex.Core.Testing.TestModuleLeaf.RunInternal(DataContext parentDataContext)
Thanks,
Felix.
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: What the better way to access UIKBKeyView
Hi Felix,
Unfortunately we would need to analyze this "Cannot synthesize touch event because element with ID" error directly on our system. May I ask you if you could send a non-instrumented copy of your application and the Ranorex Project to [email protected]?
Thank you in advance.
Sincerely,
Markus (S)
Unfortunately we would need to analyze this "Cannot synthesize touch event because element with ID" error directly on our system. May I ask you if you could send a non-instrumented copy of your application and the Ranorex Project to [email protected]?
Thank you in advance.
Sincerely,
Markus (S)
Re: What the better way to access UIKBKeyView
Hi Markus,
Thank you for reply. Unfortunately, I can't provide you with non-instrumented copy of our app due to some copyright/IP issues.
But, I found workaround and now it works good.
Thanks,
Felix.
Thank you for reply. Unfortunately, I can't provide you with non-instrumented copy of our app due to some copyright/IP issues.
But, I found workaround and now it works good.
Thanks,
Felix.