diff --git a/types/web-element.d.ts b/types/web-element.d.ts index 426778068..86ae5dc29 100644 --- a/types/web-element.d.ts +++ b/types/web-element.d.ts @@ -216,6 +216,12 @@ export interface ScopedElement extends Element, PromiseLike { isVisible(): ElementValue; isDisplayed(): ElementValue; + + isActive(): ElementValue; + + getComputedLabel(): ElementValue; + + getComputedRole(): ElementValue; } type WaitUntilOptions = {