* Support use of headless Chrome and Firefox by setting the BOKCHOY_HEADLESS environment variable to "true" * Only try to save logs which are available for the browser in use
0.8.0
* Preserve geckodriver log for Firefox test failures * Better handling of screenshot and log directory settings * Log more information on page load failures * Python 3.6 support
0.7.3
* Modified wait for page logic
0.7.2
* Disable selenium webdriver logging for firefox * Update selenium to 3.11.0 and geckodriver to 0.20 * Doc improvements
0.7.1
* Avoid second browser window resize when the dimensions are unchanged * Disable the JSON Viewer in Firefox 53+
0.7.0
* Support selenium 3.x * Support new FireFox version (with geckodriver) * Update Needle to 0.5.0 * Catch WebDriverExceptions while waiting for PageObject conditions * Miscellaneous cleanup