def xpath(self) -> xpath.XPath: return xpath.XPath(self)
def xpath(self): import uiautomator2.xpath as xpath return xpath.XPath(self)