Vapir 1.7.1 is released. This release
- fixes compatibility with ruby 1.9.2
- greatly improves how exceptions are handled relating to objects ceasing to exist
- adds :wait option for Radio#set, Radio#clear, Checkbox#set, and Checkbox#clear - so that javascript popups can be handled when these are set or cleared.
- improves speed of iterating over ElementCollections (those are returned by #divs, #checkboxes, etc)
- improves Jssh error handling
- fixes Firefox#outer_html having to make the page disappear momentarily to get its html
- much internal code cleanup