【问题标题】:Not able to select the images from gallery in Appium无法从 Appium 中的图库中选择图像
【发布时间】:2017-08-08 18:30:30
【问题描述】:

我无法从图库中选择第二张图片。请找到以下代码和 UI Automator 屏幕截图。

driver.findElementsByClassName("android.widget.RelativeLayout").get(1).click();

https://i.stack.imgur.com/pUT2n.png

【问题讨论】:

    标签: android appium


    【解决方案1】:

    每当我完成此操作时,我都会使用以下 xPath,其中 x 是您所追求的(在您的情况下为 2)。不确定它是否特定于 Android 版本,但它一直对我有用。

    (//*[@resource-id="com.google.android.apps.photos:id/list_photo_tile_view"])[x]
    

    【讨论】:

    • 感谢您的快速回复。但在我的情况下没有“id”。只有类和包。请帮忙
    猜你喜欢
    • 2018-08-31
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-08-01
    • 1970-01-01
    相关资源
    最近更新 更多