Search found 3 matches

by maniek
Wed Oct 12, 2016 3:01 pm
Forum: Mobile Testing
Topic: Android test hanging in InvokeMethod
Replies: 5
Views: 2017

Re: Android test hanging in InvokeMethod

I want to check if an element is visible. Ranorex also shows invisible elements in the tree. I tried using the Element.Visible property, but it is unreliable. It sometimes shows actually visible elements as invisible - so I am trying to use the native "isShown" method. It would be nice if you could ...
by maniek
Fri Oct 07, 2016 4:50 pm
Forum: Mobile Testing
Topic: Android test hanging in InvokeMethod
Replies: 5
Views: 2017

Re: Android test hanging in InvokeMethod

Android 5.0.2, Galaxy Tab S, USB, Mobile aplication.

This happens in multiple places in the tests. The common denominator seems to be that the call is happening just as the element has disappeared from UI, or perhaps changed.
by maniek
Thu Oct 06, 2016 9:35 am
Forum: Mobile Testing
Topic: Android test hanging in InvokeMethod
Replies: 5
Views: 2017

Android test hanging in InvokeMethod

I have this line: var shown = el.InvokeAction("CallMethod", "isShown"); And I call this A LOT - every time I find an element. The problem is, sometimes (I think mostly when the element has been removed from the screen) the call hangs, I get the 10s timeout. After that, Ranorex loses connection to th...