crystal-loot / selenium.cr

Selenium library for Crystal
https://crystal-loot.github.io/selenium.cr/
MIT License
24 stars 7 forks source link

Element#fill should not clear the element first when element is a select #5

Closed matthewmcgarvey closed 4 years ago

matthewmcgarvey commented 4 years ago

Clearing a select element produces an error with Chrome: invalid element state: invalid element state

I'm not sure if this should be completely removed but it breaks in this situation.

matthewmcgarvey commented 4 years ago

woops, this was not an issue with this library