Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 2e8fce4

Browse files
committed
chore(typescript): convert locators.js to locators.ts
1 parent 47f54ad commit 2e8fce4

File tree

3 files changed

+466
-456
lines changed

3 files changed

+466
-456
lines changed

lib/globals.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,8 @@ declare namespace webdriver {
4545
isEnabled: Function;
4646
findElements: Function;
4747
}
48+
49+
interface Locator {
50+
toString(): string;
51+
}
4852
}

0 commit comments

Comments
 (0)