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