Skip to content

Commit

Permalink
fix(types): add method for elementShadowRoot
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Mar 30, 2022
1 parent b7b8b12 commit 47b0df0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/types/src/index.ts
Expand Up @@ -245,6 +245,7 @@ export interface ExternalDriver extends Driver {
getLocation?(elementId: string): Promise<Position>;
getLocationInView?(elementId: string): Promise<Position>;
getSize?(elementId: string): Promise<Size>;
elementShadowRoot?(elementId: string): Promise<Element>;
equalsElement?(elementId: string, otherElementId: string): Promise<boolean>;
submit?(elementId: string): Promise<void>;
keys?(value: string[]): Promise<void>;
Expand Down

0 comments on commit 47b0df0

Please sign in to comment.