UNPKG

@wdio/appium-service

Version:
10 lines 635 B
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