lydincamilleri
3 years agoOccasional Contributor
Mobile - Swipe to an element
Hello!
I am trying to find a way how I can scroll in an application until an element is visible.
Basically the original issue is that using app.FindElementByXpath of an object errors with "Unable to find an element that matches the specified 'xpath' selector strategy", however, it works when I manually scroll onto the object.
On web, I am aware of the ScrollIntoView functionality, but can't find anything similar for android/ios?
Thanks in advance!