Skip to content

Commit

Permalink
Add types for Appium-specific locate strategies.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Jul 29, 2024
1 parent b64d103 commit 795dd3e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,12 @@ export type LocateStrategy =
| 'link text'
| 'partial link text'
| 'tag name'
| 'xpath';
| 'xpath'
// Appium-specific strategies
| 'accessibility id'
| '-android uiautomator'
| '-ios predicate string'
| '-ios class chain';

export type NightwatchLogTypes =
| 'client'
Expand Down

0 comments on commit 795dd3e

Please sign in to comment.