经常捕捉 toast 遇到捕捉到的结果为空的情况,搜索过后看到有一个 18 年的帖子如下:
https://testerhome.com/topics/11311
但是其中还是没有很合适的解决方法,请问大家之前遇到这种情况是如何解决的呢?
由于没有解决方法,该帖已关闭
我的情况并不是获取不到 toast,而是定位到了,但是 text 为 “” 空值。 ft1.2: Traceback (most recent call last): File "C:\Users\Administrator\PycharmProjects\yangoWebTest\test_cases\TestLogin.py", line 241, in test_log04 raise err File "C:\Users\Administrator\PycharmProjects\yangoWebTest\test_cases\TestLogin.py", line 205, in test_log04 self.assertEqual(toast, wrong_username) AssertionError: '' != '未找到对应账号信息!'