摘要:
报错内容: Failed to import test module: app.BusinessProcess.testLendRequestProcess.testPrivateOwner.test_001_lend_request_private_owner_moduleTraceback (m 阅读全文
摘要:
需要获取到toast弹框内容 改toast弹框的属性有class等 1.可通过class属性,使用xpath定位 text = self.find_element_xpath('//*[@class="android.widget.Toast"]').text 2.若上面的定位不到,可加一属性 te 阅读全文