/** Locator strategy name used for UiAutomator queries. */
export const UI_AUTOMATOR_STRATEGY = '-android uiautomator';

/** Registry key for the UiAutomator CSS emitter. */
export const UI_AUTOMATOR_EMITTER_KEY = 'uiautomator';
