find_by_text now handle strings with quotation marks (#457)find_link_by methods are now chainable (#699)ElementList. __getattr__ () no longer hide ElementNotFound (#707)Browser.get_alert() returns None if no alert exists (#387)find_by methods in WebDriverElement now uses retry mechanism (#727)is_not_present/visible returns True immediately after not finding anything (#732)browser.html_snapshot methodoptions instead firefox_options to avoid warnings (#634)*args parameter in execute_script (#436)__ne__ in StatusCode (#460)switch_to_alert instead switch_to.alert to avoid webdriver warnings.CookieManager. __eq__ returns a bool value (#308)phantomjs support was removed (#592)execute_script to be returned (#585)chrome_options parameter renamed to options (#590)mouseover methodNotImplementedError on status_code in drivers based on webdriverphantomjs is deprecated (this driver will be removed in 0.9.0)π you can see more in https://splinter.readthedocs.io/en/latest/news/0.7.6.html