@wdio/appium-service
Version:
A WebdriverIO service to start & stop Appium Server
10 lines • 635 B
TypeScript
import type { CommandTiming } from '../types.js';
/**
* Finds the most recent user command that hasn't been matched with an internal command yet.
*/
export declare function findMostRecentUnmatchedUserCommand(commandTimings: Map<string, CommandTiming>): [string, CommandTiming] | undefined;
/**
* Finds the matching internal command timing entry for a given formatted selector and selector type.
*/
export declare function findMatchingInternalCommandTiming(commandTimings: Map<string, CommandTiming>, formattedSelector: string, selectorType: string): [string, CommandTiming] | undefined;
//# sourceMappingURL=command-timing.d.ts.map