'How to scroll to text - mobile, iOS, python, selenium, appium

I was wondering if there is any way to scroll to text on mobile iOS application using python+appium+selenium.

For android I use:

driver.find_element_by_android_uiautomator("new UiScrollable(new UiSelector().scrollable(true).instance(" "0)).scrollIntoView(new UiSelector().textContains(\""+text+"\").instance(0))")



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source