appium-xcuitest-driver
Version:
Appium driver for iOS using XCUITest for backend
14 lines • 535 B
TypeScript
import type { ParsedSelector, StrategyEmitter } from '@appium/css-locator-to-native';
/** Converts parsed CSS selectors into class chain strings. */
export declare class ClassChainEmitter implements StrategyEmitter {
readonly strategy: string;
constructor(strategy: string);
emit(parsed: ParsedSelector): string;
private emitRule;
private formatEntity;
private formatIndex;
private formatBooleanAttr;
private formatStringAttr;
private toCamelCase;
}
//# sourceMappingURL=class-chain-emitter.d.ts.map