gpt4 book ai didi

java - 使用 Appium 自动化时无法更改我的 Android 应用程序的配置文件图像

转载 作者:行者123 更新时间:2023-11-30 08:57:20 24 4
gpt4 key购买 nike

Enter image description here

我无法从图库应用中选择图片。我正在使用 Appium 自动化我的 Android 应用。

最佳答案

  1. 我已经使用 Activity 中的以下代码启动了 Android 照片库。

    Intent intent =  new Intent(Intent.ACTION_PICK);
    intent.setType("image/*");
    startActivity(intent);
  2. 测试代码可以有如下实现。

    WebDriverWait wait = new WebDriverWait(driver, 30);wait.until(ExpectedConditions.visibilityOfElementLocated(By.id("com.android.gallery:id/grid")));
    driver.context("NATIVE_APP");
    HashMap<String, Double> map = new HashMap<String, Double>();
    map.put("x", 0.3);
    map.put("y", 0.3);
    (driver).executeScript("mobile: tap", map);

关于java - 使用 Appium 自动化时无法更改我的 Android 应用程序的配置文件图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28214970/

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