March 5, 2009 at 1:56 am (HtmlUnit, JRuby)
I have to say, JRuby is cool stuff.
About a year ago the guys at FINN.no decided to wrap HtmlUnit in a Watir-ish API; Celerity was born, and HtmlUnit was introduced into the Ruby ecosystem.
Now Celerity is itself being wrapped by Culerity, which integrates Celerity and Cucumber.
How cool is that?
langalex said,
March 27, 2009 at 4:09 pm
hi there,
glad you like culerity. from reading through this site i understand you know your way around htmlunit. we actually have a weird problem with it: say i decorate a link with jquery to do something ajaxy instead of linking to a new page. everything works when i manually test it in a “real” browser, but with jquery what happens is that my server gets the ajax query and after that it also gets the original query as if the link has been followed. any ideas?
cheers,
alex