OnetapInc / chromy

Chromy is a library for operating headless chrome. 🍺🍺🍺
MIT License
605 stars 41 forks source link

Change selected option inside select tag #97

Open anton-kulagin opened 6 years ago

anton-kulagin commented 6 years ago

Hi, i need to change current selected option of select tag. So i try to do it just with .click but it doesn`t work for me. So maybe there is some workaround for it? I tried just add attribute to option element, but it doesn`t trigger on change event for this element.