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