Search found 16 matches

by Harsh
Thu Sep 28, 2017 8:11 pm
Forum: Automation Modules and Examples
Topic: iOS rxserviceapp and rxbrowser
Replies: 3
Views: 5669

Re: iOS rxserviceapp and rxbrowser

I got it closing and opening browsers and apps on ios. Thanks a lot for all your help.
by Harsh
Thu Sep 28, 2017 4:38 pm
Forum: Automation Modules and Examples
Topic: iOS rxserviceapp and rxbrowser
Replies: 3
Views: 5669

Re: iOS rxserviceapp and rxbrowser

Thank you asdf for your reply. I am able to launch the RxBrowser programmatically now. Would you also please let me know syntax for closing it? so far I have tried the following and none seems to work. Host.Local.CloseApplication("ranorex.RxServiceApp"); Host.Local.KillBrowser("ranorex.RxBrowser"); ...
by Harsh
Mon Sep 25, 2017 6:21 pm
Forum: Automation Modules and Examples
Topic: iOS rxserviceapp and rxbrowser
Replies: 3
Views: 5669

iOS rxserviceapp and rxbrowser

Hi, How do I start AND stop the rxserviceapp and rxbrowser on an iPad? I have tried the following with no success: 1. Host.Local.RunMobileApp("MyDeviceName", "ranorex.RxBrowser", true); 2. Host.Local.RunMobileApp("MyDeviceName", "ranorex.RxServiceApp", true); In both cases I get the error following ...
by Harsh
Fri Sep 22, 2017 8:40 pm
Forum: Mobile Testing
Topic: Set Value/Press Keys on iPad using Ranorex browser
Replies: 17
Views: 7908

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

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

Thanks a ton,
Harsh
by Harsh
Thu Sep 21, 2017 4:55 pm
Forum: Object Identification and Technologies
Topic: iOS mobile web, button is clicked but nothing happens.
Replies: 5
Views: 3382

Re: iOS mobile web, button is clicked but nothing happens.

Thank you for your reply. The issue arises because an event listener is not properly getting fired when Ranorex interacts with the page, and this is not a problem because we can fire the event listener ourselves using ExecuteScript method. This will work almost the same if you are working in a recor...
by Harsh
Wed Sep 20, 2017 10:24 pm
Forum: Object Identification and Technologies
Topic: iOS mobile web, button is clicked but nothing happens.
Replies: 5
Views: 3382

Re: iOS mobile web, button is clicked but nothing happens.

Ok, Here's the update. This is happening on rxbrowser(mobile website), not a mobile app. I can enter the data in the input field (username and password fields) but the validator is finding the values empty. The url is u2-ts5-qa.egatesoln.com Username value: abc Password value: abc When I login manua...
by Harsh
Wed Sep 20, 2017 3:03 pm
Forum: Mobile Testing
Topic: iOS11 weird issue on swipe action
Replies: 6
Views: 2087

Re: iOS11 weird issue on swipe action

Just for reference.

https://www.ranorex.com/forum/unable-to ... 11343.html

7.1.2 definitely has a problem with element detection.
by Harsh
Sat Sep 16, 2017 11:34 pm
Forum: Object Identification and Technologies
Topic: iOS mobile web, button is clicked but nothing happens.
Replies: 5
Views: 3382

iOS mobile web, button is clicked but nothing happens.

Hi,
My setup is mobile website on rxbrowser on a ipad.
I am attempting to click on a 'Login!' button. Ranorex clicks on this button successfully but no further action happens.

Snapshot is attached.

Thanks in advance to everyone for help.
Harsh
by Harsh
Sat Sep 16, 2017 11:28 pm
Forum: Mobile Testing
Topic: Unable to detect elements in iOS mobile web.
Replies: 10
Views: 2451

Re: Unable to detect elements in iOS mobile web.

It works fine once I rollback the versions of Ranorex studio, Rxbrowser and RxServiceApp back to 7.1.1.
by Harsh
Fri Sep 15, 2017 3:28 pm
Forum: Mobile Testing
Topic: Unable to detect elements in iOS mobile web.
Replies: 10
Views: 2451

Re: Unable to detect elements in iOS mobile web.

Hi,
Thank you for your reply. I will roll back the versions and provide feedback.

Harsh
by Harsh
Thu Sep 14, 2017 7:13 pm
Forum: Mobile Testing
Topic: Unable to detect elements in iOS mobile web.
Replies: 10
Views: 2451

Re: Unable to detect elements in iOS mobile web.

Hi, I updated the rx browser as suggested to 2.3.2. I also deleted and re installed the service app. In the service app I see the rx browser as one of the instrumented apps. However, the spy is still not detecting any elements besides the outline of the mobile web page. I tried common websites also ...
by Harsh
Wed Sep 13, 2017 9:09 pm
Forum: Mobile Testing
Topic: Unable to detect elements in iOS mobile web.
Replies: 10
Views: 2451

Re: Unable to detect elements in iOS mobile web.

Web page code attached.
by Harsh
Wed Sep 13, 2017 7:45 pm
Forum: Mobile Testing
Topic: Unable to detect elements in iOS mobile web.
Replies: 10
Views: 2451

Re: Unable to detect elements in iOS mobile web.

The url where I am having issues is 'u2-ts5-qa.egatesoln.com'
I am unable to attach the html code because every time I attempt to attach, I get the message saying 'The upload was rejected because the uploaded file was identified as a possible attack vector.'
by Harsh
Wed Sep 13, 2017 7:40 pm
Forum: Mobile Testing
Topic: Unable to detect elements in iOS mobile web.
Replies: 10
Views: 2451

Re: Unable to detect elements in iOS mobile web.

Thank you for your reply.
I have attached the snapshot and the Html code.