6 lines
227 B
TypeScript
Raw Normal View History

2022-03-10 10:36:59 +01:00
/// <reference types="webdriverio/webdriverio-core" />
export default function getLocation(this: WebdriverIO.Element, prop: string): Promise<number | {
x: number;
y: number;
}>;
//# sourceMappingURL=getLocation.d.ts.map