gpt4 book ai didi

java - 苹果。移动应用程序自动化。等到

转载 作者:行者123 更新时间:2023-11-30 10:27:38 29 4
gpt4 key购买 nike

friend 们,请帮忙!

我不知道如何做“wait.until”。

我将 Appium 与 UIAutomator 结合使用。

我的测试会等到新应用程序的页面加载完毕,并且文本字段中的“文本 1”将被选中。

我在 UIAutomator 中有这样的参数:

text : Text 1;

recource-id: payment_content_title;

class: android.widget.TextView;

package: ru.mts.stm.mobilemts;

IntelliJ 说我的代码不正确:

WebDriverWait wait;
wait = new WebDriverWait(driver, 60);
wait.until(ExpectedConditions.textToBe(new MobileBy.ByAndroidUIAutomator(text),"Text 1"));

谢谢

最佳答案

使用下面的代码等待。

 WebDriverWait wait;
wait.until(ExpectedConditions.presenceOfElementLocated(By.id("put id here")));

关于java - 苹果。移动应用程序自动化。等到,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45237474/

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