export type StringOrElement = string | WebdriverIO.Element;
export type StringOrElements = string | WebdriverIO.ElementArray;
