Search found 7 matches

by MattDonCDN
Mon Apr 17, 2017 7:56 pm
Forum: Mobile Testing
Topic: Set Value/Press Keys on iPad using Ranorex browser
Replies: 17
Views: 7905

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

This worked! Thanks very much for that suggestion Johannes!
by MattDonCDN
Wed Apr 12, 2017 9:16 pm
Forum: Mobile Testing
Topic: Set Value/Press Keys on iPad using Ranorex browser
Replies: 17
Views: 7905

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

Unfortunately this workaround that is successful on Android does not seem to be working on iOS. I see the following error: "Cannot synthesize keysequence <{SPACE}> because the current active keyboard doesn't support it. " I tried doing ENTER instead, and did not see the error mentioned above, but th...
by MattDonCDN
Fri Mar 31, 2017 4:05 pm
Forum: Mobile Testing
Topic: Unable to swipe from left->right on webElement in hybrid app
Replies: 6
Views: 4318

Re: Unable to swipe from left->right on webElement in hybrid app

Thank you kindly asdf! That worked and was enough to get me moving forward! Since there will be multiple elements in the list I'd like to swipe in this manner and their location could be changing I will need to write some user code to dynamically calculate the element's coordinates relative to the M...
by MattDonCDN
Thu Mar 30, 2017 3:28 pm
Forum: Mobile Testing
Topic: Unable to swipe from left->right on webElement in hybrid app
Replies: 6
Views: 4318

Re: Unable to swipe from left->right on webElement in hybrid app

Hi asdf, I've uploaded the snapshot of the AUT. The element I'm trying to swipe can be found at this path in the snapshot: /mobileapp[@title='com.shs.ArialMobile']/form[@title='MainActivity']/?/?/dom[@contentdescription='Web View']/body/tag[@tagname='ion-nav-view']/?/?/tag[@tagname='ion-nav-view']/t...
by MattDonCDN
Wed Mar 29, 2017 4:10 pm
Forum: Mobile Testing
Topic: Set Value/Press Keys on iPad using Ranorex browser
Replies: 17
Views: 7905

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

I was able to work around this by sending the keyPress actions to the top level item in the Dom (performed a space then a delete after the password value was set). Unfortunately the original problem of setValue not triggering onBlur or onChange once the text is entered is still an issue. Thanks, Matt
by MattDonCDN
Wed Mar 29, 2017 4:08 pm
Forum: Mobile Testing
Topic: Unable to swipe from left->right on webElement in hybrid app
Replies: 6
Views: 4318

Unable to swipe from left->right on webElement in hybrid app

Hi, I'm trying to automate a hybrid mobile app build on the cordova framework. We have webElements that can be swiped from right to left to expose buttons on the right side of the element. If I attempt to use the Swipe Gesture action on this webelement a 'Specified method is not supported' error is ...
by MattDonCDN
Tue Mar 28, 2017 8:42 pm
Forum: Mobile Testing
Topic: Set Value/Press Keys on iPad using Ranorex browser
Replies: 17
Views: 7905

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

Hello, I'm using Ranorex 6.2.1 with an Android Hybrid app and I'm facing a similar issue. I need to enter text in the password field in order for the Login button to become clickable. The text seems to get entered, but the Login button is not becoming clickable. The Mobile Key Press actions against ...