--- sidebar_label: UnionLocatorOf --- # UnionLocatorOf type #### Signature: ```typescript export type UnionLocatorOf = T extends Array> ? S : never; ``` **References:** [Locator](./puppeteer.locator.md)