Search found 21 matches

by mafi
Fri Sep 22, 2023 9:58 am
Forum: Automation API
Topic: Browser SessionStorage
Replies: 3
Views: 9029

Re: Browser SessionStorage

Thanks
by mafi
Fri Sep 22, 2023 9:53 am
Forum: Mobile Testing
Topic: application requires INJECT_EVENTS permission
Replies: 4
Views: 7479

Re: application requires INJECT_EVENTS permission

I have the same issue. I opened a case at Ranorex on February 2023, but still no fix. I suppose it is an Android13 limitation, because using Android12 I didn't have the issue. Basically any element of the instrumented app cannot be interacted cause of the following exception: Injecting input events ...
by mafi
Thu Mar 03, 2022 2:22 pm
Forum: Automation API
Topic: Browser SessionStorage
Replies: 3
Views: 9029

Browser SessionStorage

Is there anybody know how to get info from browser SessionStorage using C# code into Ranorex? I would need some information present in the current browser "Window.SessionStorage", but I am not able to get them except using browser devtools console. I tried to google it, but I found only few indicati...
by mafi
Wed Feb 03, 2021 9:39 am
Forum: Mobile Testing
Topic: Can't get my app to launch via running script
Replies: 5
Views: 2546

Re: Can't get my app to launch via running script

Aracknid wrote:
Wed May 22, 2019 2:43 pm
I've logged a support request to have them look into this. It's becoming annoying to have to constantly force stop and restart the RxService on the device.

Aracknid
Any news about this? Any trick to make the app launching more stable?
by mafi
Tue Oct 08, 2019 10:40 am
Forum: Automation API
Topic: PopupWatcher Screenshot
Replies: 6
Views: 4662

Re: PopupWatcher Screenshot

Ok, got it, it works, thanks.
I didn't catch how to pass the click item, but I had it alreay. :)
Thank you.
by mafi
Tue Oct 08, 2019 10:07 am
Forum: Automation API
Topic: PopupWatcher Screenshot
Replies: 6
Views: 4662

Re: PopupWatcher Screenshot

I would defnitely not use StartPopupWatcher and StartPopupWatcherAndWatch for the same element, because they both starts in a separate thread and it may easily happen, that the click is performed before taking the screenshot ;) Exactly... You can just add click method to watchMethod called from Sta...
by mafi
Tue Oct 08, 2019 9:47 am
Forum: Automation API
Topic: PopupWatcher Screenshot
Replies: 6
Views: 4662

Re: PopupWatcher Screenshot

Thank you for your suggestion.
Since I have also to click the "OK" button of the watched popup, do you think I can use two different popupwatcher methods together?
I mean, StartPopupWatcherAndWatch to take screenshot and StartPopupWatcher to click for dismissing the popup?
by mafi
Tue Oct 08, 2019 8:39 am
Forum: Automation API
Topic: PopupWatcher Screenshot
Replies: 6
Views: 4662

PopupWatcher Screenshot

Hi All, I wound need to use popupwatcher to detect error popups in my application, but I would screenshot them before click on dismiss button in order to let automatic test to continue. I am not able to detect/take screenshot/dismiss, but only to detect/dismiss, using StartPopupWatcher method. Does ...
by mafi
Fri Aug 02, 2019 1:13 pm
Forum: Mobile Testing
Topic: Slow interaction with Android apps - possible solution
Replies: 6
Views: 2002

Re: Slow interaction with Android apps - possible solution

I tried also to disable screenshots and Android OS automation options from plugin settings of solution, but nothing: speed slightly improves, but TS cannot finish, because latest test cases fail finding elements that at the beginning of the TS can be successfully found. I also noticed that, trying t...
by mafi
Thu Aug 01, 2019 4:02 pm
Forum: Mobile Testing
Topic: Slow interaction with Android apps - possible solution
Replies: 6
Views: 2002

Re: Slow interaction with Android apps - possible solution

Hi, I faced the same problem at my side as well, but that setting didn't help me so much. It is true the Spy performances improved, but test running is still slow finding elements. Perhaps it is just my feeling, but I think the speed gets worst elapsing time. I mean, the same object that searched at...
by mafi
Thu May 23, 2019 1:26 pm
Forum: Automation Tools
Topic: Scheduled test run in Jenkins doesn't work properly
Replies: 6
Views: 2526

Re: Scheduled test run in Jenkins doesn't work properly

Unfortunately it is not so easy to develop on VM directly due to logistics issue, but I will keep in mind your suggestion.
Thanks.
by mafi
Thu May 23, 2019 8:18 am
Forum: Automation Tools
Topic: Scheduled test run in Jenkins doesn't work properly
Replies: 6
Views: 2526

Re: Scheduled test run in Jenkins doesn't work properly

Thank you. Unfortunately I had already set both in the right way: I read them around in the net. I think the problem is not Jenkins. I think the problem is Ranorex. Perhaps it is my knowledge of Rnx! :) I noticed that main issues come from Edge: several objects, very often, are not recognized or cli...
by mafi
Thu May 09, 2019 10:58 am
Forum: Automation Tools
Topic: User Ranorex 9 solutions in Ranore 8.3.2
Replies: 6
Views: 1591

Re: User Ranorex 9 solutions in Ranore 8.3.2

Noted, thanks.
by mafi
Thu May 09, 2019 10:55 am
Forum: Automation Tools
Topic: Scheduled test run in Jenkins doesn't work properly
Replies: 6
Views: 2526

Re: Scheduled test run in Jenkins doesn't work properly

Thank you for the reply. Do you really think the version update can help? I will try. As far as the problem I am having, tests don't fail always on the same item, but usually stop at the first element they are looking for. I have several TS and all of them cannot find the first element. I tried to c...
by mafi
Thu May 09, 2019 10:24 am
Forum: Automation Tools
Topic: Scheduled test run in Jenkins doesn't work properly
Replies: 6
Views: 2526

Scheduled test run in Jenkins doesn't work properly

Hi Everyone, we set up a CI environment with Jenkins: Linux server where Jenkins runs and a slave Windows VM with Ranorex Studio 9.0 installed where test should run. Everything works properly if each job is launched manually (Build Now option), but if the same TS is launched by the schedule of the J...