gpt4 book ai didi

android - 使用 Espresso 检查 View 是否显示在 WebView 中

转载 作者:行者123 更新时间:2023-12-05 00:01:24 24 4
gpt4 key购买 nike

如何使用 Espresso 检查 View (任何 View 、文本框、按钮)是否显示在 WebView 中?

我尝试了以下方法,但无法完成检查:

onWebView().withElement(findElement(ID, "username")).check( ... )

最佳答案

只要改变这个:

onWebView().withElement(findElement(ID, "username")).check( ... )

用这个:

onWebView().check(webContent(hasElementWithId("username"));

为我工作。

关于android - 使用 Espresso 检查 View 是否显示在 WebView 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32478192/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com