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