RusKnyaz / Optimus

Optimus is headless Web Browser fully implemented on .net.
MIT License
82 stars 8 forks source link

SelectedIndex is -1 when options are exist #35

Closed RusKnyaz closed 4 years ago

RusKnyaz commented 4 years ago

<select id=s>
    <option selected>123
    <option>ABCDEFGHIKLMNOPQRST
`

Observed:
the selectedIndex property value of the 'select' element is -1
Expected
selectedIndex should be 0