XPath定位,返回兼容的选择器对象
(self, xpath_str)
| 71 | return self._device |
| 72 | |
| 73 | def xpath(self, xpath_str): |
| 74 | """XPath定位,返回兼容的选择器对象""" |
| 75 | return self._device.xpath(xpath_str) |
| 76 | |
| 77 | def xpath_exists(self, xpath_str): |
| 78 | """ |
no outgoing calls
no test coverage detected