Changelog for webdriver-0.3.3

Change Log

hs-webdriver 0.3.3

###bug fixes *The default preferences used by Selenium are now merged into the preferences of Firefox profiles loaded from disk. *addExtension will now correctly add extension directories to a profile.

###API changes

###new features *It's now possible to add entire directories to a profile in pure code using addFile and addExtension. *new functions in Common.Profile: unionProfiles, onProfileFiles, onProfilePrefs *new function in Commands.Wait: onTimeout *the WD monad now has a MonadCatchIO instance, as an alternative to lifted-base for exception handling

hs-webdriver 0.3.2.1

###bug fixes *Removed a bug in waitWhile' that resulted in an infinite loop *Fixed the incorrect representation of JSON profiles *Fixed relative path issues when zipping profile directories from disk

hs-webdriver 0.3.2

###bug fixes

###new features

hs-webdriver 0.3.1

###API changes

###bug fixes

###known issues *An issue involving lazy bytestring IO in the zip-archive package means that unusually large profiles might exceed the OSes open file limit.

###new features

hs-webdriver 0.3.0.1

###bug fixes

hs-webdriver 0.3

API changes

bug fixes

new features

hs-webdriver 0.2

API changes

new features

hs-webdriver 0.1

API changes

new features