| 1 | import { nsCapabilities, createDriver, AppiumDriver, SearchOptions, logError } from "nativescript-dev-appium"; |
| 2 | import { ActionBarBasePage } from "./action-bar-base-page"; |
| 3 | import { assert } from "chai"; |
| 4 | import { setImageName } from "../../helpers/image-helper"; |
nothing calls this directly
no test coverage detected