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

How to test the async method in controller? #229

Open bingkook opened 8 years ago

bingkook commented 8 years ago

I have a async method in my controller, can seleno support it?

robdmoore commented 8 years ago

Assuming you are talking about the Navigate.To method it should do. Is it not working for you?