In my Application UI, there are multiple dropdown available. I want to validate if dropdown contains only specific values not more than that.
Is there any specific way we can do this in Karate. As for select the value from drop down and set the value for drop down we can use select()
and value(set)
.
Please suggest.