appium-android-driver
Version:
Android UiAutomator and Chrome support for Appium
9 lines • 543 B
TypeScript
import type { LogEntryAddedEvent, ContextUpdatedEvent } from './types';
import type { LogEntry } from 'appium-adb';
export declare const makeContextUpdatedEvent: (contextName: string, domain: 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