Hi,
I'm automating app on real iOS device (version 10.0),.
In the app there is an option to sign in with facebook, and when clicking on this option it opens web view (XCUIElementTypeWebView). while trying to click on an element in this window, i get the error:
"Failed to find scrollable visible parent with 2 visible children".
It is important to say that i have a condition that only if it finds the element, click on in, and it goes inside this condition - meaning it CAN find the element, but CAN'T click on it.
i'm using Appium 1.6.1, MacOS X El Capitan 10.11.6, Xcode 8.1.
Please help.
Thanks.