MCPcopy Index your code
hub / github.com/NativeScript/nativescript-imagepicker / findAndroidImages

Function findAndroidImages

tests/e2e/helper.ts:3–10  ·  view source on GitHub ↗
(driver: AppiumDriver)

Source from the content-addressed store, hash-verified

1import { AppiumDriver } from "nativescript-dev-appium";
2
3export async function findAndroidImages(driver: AppiumDriver) {
4 const sidedrawer = await driver.findElementByAccessibilityId("Show roots");
5 await sidedrawer.click();
6 const images = await driver.findElementByText("Images");
7 await images.click();
8 const dcimFolder = await driver.findElementByText("DCIM");
9 await dcimFolder.click();
10}

Callers 1

test.e2e.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected