3 lines
209 B
TypeScript
3 lines
209 B
TypeScript
|
/// <reference types="webdriverio/webdriverio-core" />
|
||
|
export default function getAttribute(this: WebdriverIO.Element, attributeName: string): Promise<string | null>;
|
||
|
//# sourceMappingURL=getAttribute.d.ts.map
|