I am trying to automate an android app using Appium and Webdriver. When i give invalid credentials to login into the app a toast appears, i want to assert the text of this toast.Also, I can't capture the screen shot of this toast using android uiautomatorviewr. How can i handle toast in android? Any Idea!!
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- selenium的webdriver可以实现验证页面中,异步请求状态码的操作吗?
- appiumUI自动化send_keys()或者set_value()输入字符不识别,提示Did y
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
Yes it is possible but only using uiautomator2, just pass the argument in the capability and use the below code: