UNPKG

@openfin/automation-helpers

Version:

Helper methods for automation testing in the OpenFin ecosystem

5 lines (4 loc) 130 B
/** * The window locator types. */ export type WindowLocatorTypes = "title" | "url" | "handle" | "identity" | "identityString";