3 lines
209 B
TypeScript
Raw Normal View History

2022-03-10 10:36:59 +01:00
/// <reference types="webdriverio/webdriverio-core" />
export default function getAttribute(this: WebdriverIO.Element, attributeName: string): Promise<string | null>;
//# sourceMappingURL=getAttribute.d.ts.map