TestStack / TestStack.Seleno

Seleno helps you write automated UI tests in the right way by implementing Page Objects and Page Components and by reading from and writing to web pages using strongly typed view models.
http://teststack.github.com/TestStack.Seleno/
MIT License
180 stars 60 forks source link

Fixed DropDown.SelectElementByText triggering change event. #230

Closed MikeFoden closed 8 years ago

MikeFoden commented 8 years ago

I've added in the code mentioned in Issue #220 by @brunoshine to allow it to trigger the change event correctly.

robdmoore commented 8 years ago

Thanks