=================== - Fixed Bug 22 - context.browser can be both a browser name and a webdriver object - Required change in any test packs - Whenever context.browser is expected to be a string e.g. when setting it from the config file, this should be changed to context.browser_name
5.1.1
=================== - Add support for Firefox - Handle unknown browser name when opening the browser
5.0.0
=================== - Rename screenshots_api to attachments_api - Parameterise organisation name in attachments_api - Remove all other references to NHS in code
4.2.0
=================== - Add function to interactor to clear all cookies
4.1.0
=================== - Update screenshots code to handle slashes in file name
4.0.0
=================== - Changed logging so that it was an optional argument when instantiating BasePage - Created auto_log decorator for helper classes