kgress / scaffold

A Java based Selenium WebDriver abstraction
MIT License
4 stars 7 forks source link

DropDownWebElement getValue() method is void #44

Closed kgress closed 4 years ago

kgress commented 4 years ago

Bug

The getValue() method on DropDownWebElement is void.

Expected

getValue() should return as String.