标签: android testing automation appium-android
我试图通过Appium为Android应用程序测试一个负面案例。登录失败时,会显示Toast消息,需要断言Toast值/消息。我怎样才能做到这一点?
答案 0 :(得分:0)
UIAutomator2 支持查找Toast消息,因此您需要将其设置为所需的功能,如:
automationName:UIAutomator2
automationName
UIAutomator2
然后你可以像任何其他元素一样搜索它。如果您使用的是java-client,则示例为here