OnetapInc / chromy

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

Chromy.click(selector) does not work for input, textarea etc? #98

Open aliu145 opened 6 years ago

aliu145 commented 6 years ago

I have a test which is trying to click on an input and validate a UI change when the input is in "selected" state, however by chromy click method does not seem to work when the selector is an input component. Other methods like type(selector) do work on the same input component though.