mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-10-30 14:44:09 +00:00
Googlephotos: Updating to work with latest version
Updating the googlephotos workload to work with app version 4.0.0.212659618
This commit is contained in:
@@ -304,6 +304,11 @@ public class UiAutomation extends BaseUiAutomation implements ApplaunchInterface
|
||||
Iterator<Entry<String, PositionPair>> it = testParams.entrySet().iterator();
|
||||
|
||||
clickUiObject(BY_ID, packageID + "edit", "android.widget.ImageView");
|
||||
UiObject enhance =
|
||||
mDevice.findObject(new UiSelector().description("Enhance photo"));
|
||||
if (enhance.exists()){
|
||||
enhance.click();
|
||||
}
|
||||
|
||||
// Manage potential different spelling of UI element
|
||||
UiObject editCol =
|
||||
|
||||
Reference in New Issue
Block a user