UNPKG

appium-xcuitest-driver

Version:

Appium driver for iOS using XCUITest for backend

13 lines 904 B
export declare const SHARED_RESOURCES_GUARD: any; export declare const WDA_SIM_STARTUP_RETRIES = 2; export declare const WDA_REAL_DEV_STARTUP_RETRIES = 1; export declare const WDA_REAL_DEV_TUTORIAL_URL = "https://appium.github.io/appium-xcuitest-driver/latest/preparation/real-device-config/"; export declare const WDA_STARTUP_RETRY_INTERVAL = 10000; export declare const CAP_NAMES_NO_XCODEBUILD_REQUIRED: string[]; /** Whether xcodebuild is required to start WebDriverAgent for the given session options. */ export declare function isXcodebuildNeeded(opts: Record<string, unknown>): boolean; /** CFBundleName value for WebDriverAgent runner apps on the device. */ export declare const WDA_CF_BUNDLE_NAME: string; export declare const XCUITEST_DRIVER_SYNC_NAME = "XCUITestDriver"; export declare const CUSTOMIZE_RESULT_BUNDLE_PATH = "customize_result_bundle_path"; //# sourceMappingURL=constants.d.ts.map