splinter v0.7.4 Release Notes

Release Date: 2016-08-07 // over 7 years ago
  • ๐Ÿ‘• whats's new in splinter 0.7.4?

    • ๐Ÿ‘Œ support Selenium 2.53.6
    • find_by_text support quotes (#420).
    • ๐Ÿ‘• Selenium capabilities for Firefox driver (#417).
    • ๐Ÿ‘• multi-select support for Django and Flask (#443).
    • ๐Ÿ‘• custom headers support to Flask (#444).
    • โž• add in operation for cookies (#445).
    • Support for is_element_present_by_* in non-javascript drivers (#463).
    • ๐Ÿ‘• incognito mode for Google Chrome (#465).
    • ๐Ÿ‘Œ support for clearing text field types (#479).
    • ๐Ÿ‘ allow to pass a chrome Options instance to Browser ([#494 (https://github.com/[/pull/494](https://github.com/cobrateam/splinter/pull/494))).
    • ๐Ÿ”— new click_link_by_id method (#498).

    Backward incompatible changes

    • ๐Ÿšš RequestHandler is removed and the status use lazy evaluation.