コード例 #1
0
ファイル: __init__.py プロジェクト: zmqgeek/uiautomator2
 def xpath(self) -> xpath.XPath:
     return xpath.XPath(self)
コード例 #2
0
ファイル: __init__.py プロジェクト: steveny25/uiautomator2
 def xpath(self):
     import uiautomator2.xpath as xpath
     return xpath.XPath(self)