UNPKG

@openfin/automation-helpers

Version:

Helper methods for automation testing in the OpenFin ecosystem

6 lines (5 loc) 201 B
/** * The standard locator types. * See https://w3c.github.io/webdriver/#locator-strategies. */ export type LocatorTypes = "xpath" | "tag name" | "css selector" | "link text" | "partial link text";