Web Testing@serenity-js/webExpectationsisEnabledexternalisEnabled CallableisEnabled(): Expectation<PageElement>Expectation that an element is enabled, which means it resolves to true when:the element is present in the DOMPageElement.isEnabled resolves to true If the above conditions are not met, the expectation resolves to false. Learn morePageElement.isEnabledExpectationCheckEnsureWaitReturns Expectation<PageElement>
Expectation
that an element is enabled, which means it resolves totrue
when:PageElement.isEnabled
resolves totrue
If the above conditions are not met, the expectation resolves to
false
.Learn more
PageElement.isEnabled
Expectation
Check
Ensure
Wait