/** * The window locator types. */ export type WindowLocatorTypes = "title" | "url" | "handle" | "identity" | "identityString";