MCPcopy Index your code
hub / github.com/NativeScript/nativescript-angular / goBack

Function goBack

e2e/router/e2e/router.e2e-spec.ts:534–537  ·  view source on GitHub ↗
(driver: AppiumDriver)

Source from the content-addressed store, hash-verified

532}
533
534async function goBack(driver: AppiumDriver) {
535 const backButton = await driver.waitForElement("BACK");
536 await backButton.click();
537}
538
539async function findAndClick(driver: AppiumDriver, text: string) {
540 const navigationButton = await driver.waitForElement(text);

Callers 1

router.e2e-spec.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected