francejs / effroi

Codename : effroi
MIT License
27 stars 6 forks source link

Support JQuery selectors #13

Closed pcwinters closed 9 years ago

pcwinters commented 9 years ago

It would be great if effroi handled jquery results seamlessly. For example:

effroi.mouse.click($("li:contains('My Item')"))

This would also make it possible to provide meaningful exception/error messages that mention the element selector.

If you give the :+1: I'll work on a pull request.

nfroidure commented 9 years ago

Not sure this is a good idea to rely on JQuery, why not just wrap this lib in another one? We'd be glad to add it on the README file.