Web Testing@serenity-js/webExpectationsisSelectedexternalisSelected CallableisSelected(): Expectation<PageElement>Expectation that an <option> or <input> element is selected, which means it resolves to true when:the element is present in the DOMPageElement.isSelected resolves to true If the above conditions are not met, the expectation resolves to false. Learn morePageElement.isSelectedExpectationCheckEnsureWaitReturns Expectation<PageElement>
Expectation
that an<option>
or<input>
element is selected, which means it resolves totrue
when:PageElement.isSelected
resolves totrue
If the above conditions are not met, the expectation resolves to
false
.Learn more
PageElement.isSelected
Expectation
Check
Ensure
Wait