⏱️Elements.should()
A collection of expected conditions against a list of Elements
Expectations
Positive Conditions
.be_empty()
.have_length(length: int)
.be_greater_than(length: int)
.be_less_than(length: int)
Negative Conditions
.not_be_empty()
Syntax
Examples
.has_length()
.not_be_empty()
Last updated