Closed kgress closed 4 years ago
The getValue() method on DropDownWebElement is void.
getValue()
DropDownWebElement
getValue() should return as String.
String
Bug
The
getValue()
method onDropDownWebElement
is void.Expected
getValue()
should return asString
.