Vapir 1.10.0 is released! new things:
- support turning off waiting using vapir's config (set the 'wait' config option to false). added convenience method #without_waiting which turns this off for a given block.
- make #screen_capture infer file format from the given extension - png and jpg for firefox; for IE, if the format isn't bmp then attempt to use RMagick to convert the screenshot to the desired format.
- Vapir::Firefox#request_headers and Vapir::Firefox#response_headers - hash of the headers sent and received on the last request / response.
- setting <option>s now fires the correct events on the option's <select> regardless of whether the option element was obtained using that select list.
- fix firefox's #execute_script for FF 4+ to execute in the context of the page without security wrappers hiding things like expando properties.
- fix bug which may present when getting the firefox path from the windows registry after firefox has been upgraded
and the usual assorted internal tweaks, cleanups, fixes, etc.
-Ethan