Search found 6 matches

by MarcinB
Fri Aug 11, 2017 7:14 am
Forum: Mobile Testing
Topic: Button Visible is "False" but element visible and clickable
Replies: 13
Views: 6732

Re: Button Visible is "False" but element visible and clickable

Actually I have Ranorex 7.1.0 and iOS 10.3.3 and problem still exists. It exists also on iOS9. I mentioned in the first post, that some situation can have impact on this problem. "Buttons that were added in the storyboard have right value of visibility (it is set to true). But when we are adding nav...
by MarcinB
Thu Aug 10, 2017 12:27 pm
Forum: Mobile Testing
Topic: Button Visible is "False" but element visible and clickable
Replies: 13
Views: 6732

Re: Button Visible is "False" but element visible and clickable

@Support Team Any updates ? Can you try to investigate the problem. I installed the newest iOS and Ranorex 7.1.0 and there is still the same problem. In Spy Visibility of element is False, but element is visible and clickable on device. We have about 50 cases with this problems from 600 tests. Can y...
by MarcinB
Fri Jul 28, 2017 12:01 pm
Forum: Mobile Testing
Topic: Button Visible is "False" but element visible and clickable
Replies: 13
Views: 6732

Re: Button Visible is "False" but element visible and clickable

@Support Team

We are working in the same team. Szymon provided more detailed description of some kind of workaround which makes that Visible parameter is recognized correctly.
by MarcinB
Fri Jul 14, 2017 12:26 pm
Forum: Mobile Testing
Topic: Button Visible is "False" but element visible and clickable
Replies: 13
Views: 6732

Re: Button Visible is "False" but element visible and clickable

Checked during debugging, visibility is true. Steps: Run failing test in debug mode - set break point on checking visibility of non visible control. Check with RanorexSpy visibility of element = false Reset RX service RanorexSpy: refresh connection to RX service and next refresh mobile content Check...
by MarcinB
Mon Jun 19, 2017 3:13 pm
Forum: Mobile Testing
Topic: Button Visible is "False" but element visible and clickable
Replies: 13
Views: 6732

Re: Button Visible is "False" but element visible and clickable

I can't provide snapshot for now, but I tested this situation on two different iOS version.
On iOS 10.2.1 button is visible on UI but in RanorexSpy it is visible as Visible = False.
On iOS 10.3.1 button is visible on UI and in RanorexSpy too, this is correct behaviour.
Problem exists on iOS 10.2.1
by MarcinB
Tue Jun 13, 2017 1:54 pm
Forum: Mobile Testing
Topic: Button Visible is "False" but element visible and clickable
Replies: 13
Views: 6732

Button Visible is "False" but element visible and clickable

Hi, I have problem with button element visibility. In the iOS (10.2.1) button is visible in UI, but in Ranorex Spy element has got property Visible set to "False". Buttons that were added in the storyboard have right value of visibility (it is set to true). But when we are adding navigation buttons ...