Not able to locate the element which is visible in the appium inspector

I am able to see the element on the appium inspector and also seeing it as visible on the XML. But i am not abel to locate that element.

I am seeing a element called “Sub-total” but i couldn’t locate it using
driver.find_element_by_name(“Sub-total”)

Any one able to help me on it ?

Can you please share Appium log and Inspector images as well.

I am also facing the same issue. many elements are not able to locate eventhough they are visible in the appium inspector. more over IOS automation taking more time in order to automate the apps than compared with Android.The reason i guess because of the Xpaths.if we locate the elements by using name ,value,label then it is taking less time .