gpt4 book ai didi

android - 从 Android 中的 Espresso 匹配 WebView 中的 View

转载 作者:可可西里 更新时间:2023-10-31 22:04:55 25 4
gpt4 key购买 nike

我想匹配加载 Salesforce 登录页面的 WebView 中的用户名文本字段(但也可以应用于任何其他带有文本字段的页面)。

enter image description here

我试过:

onView(withHint("User Name")).perform(typeText("test@sf.com"));

但这行不通。有更好的主意吗?

最佳答案

这可以使用 Espresso Web 2.2 API 来完成

onWebView().withElement(findElement(Locator.ID,"username")).perform(webKeys("test@sf.com"));

关于android - 从 Android 中的 Espresso 匹配 WebView 中的 View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29144310/

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