Selenium Java - Handling Form Elements
Consider a dropdown with options:
1) Dog (value="d")
2) Cat (value="c")
3) Bird (value="b")
What option will be selected after executing
1) Dog (value="d")
2) Cat (value="c")
3) Bird (value="b")
What option will be selected after executing
select.selectByValue("c")?