UNPKG

appium-xcuitest-driver

Version:

Appium driver for iOS using XCUITest for backend

9 lines 525 B
import type { LogEntryAddedEvent, ContextUpdatedEvent } from './types'; import type { LogEntry } from '../types'; export declare const makeContextUpdatedEvent: (contextName: string) => ContextUpdatedEvent; /** * @deprecated Use {@link makeContextUpdatedEvent} instead */ export declare const makeObsoleteContextUpdatedEvent: (contextName: string) => ContextUpdatedEvent; export declare function makeLogEntryAddedEvent(entry: LogEntry, context: string, type: string): LogEntryAddedEvent; //# sourceMappingURL=models.d.ts.map