6 lines
227 B
TypeScript
6 lines
227 B
TypeScript
|
/// <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
|