How to scroll into view in appium with PYTHON without using coordinates

I have an element which is not visible on the screen. The element is in a webview but when i switch context, appium is giving me parse error in the inspector. I want to be able to scroll to this element which is on screen and get it displayed.

I am using python. I want to know what the solution is where I can find and scroll and element into view without using coordinates. UIScrollable is not working as the element itself is not scrollable but the parent component is. If I use findelementbyxpath(I only have xpath to use) it returns the element not found exception. I am using appium v1.15.1 with PYTHON.