Skip to content

Commit

Permalink
docs: add 0.7.4 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsmedina committed Aug 7, 2016
1 parent 2878f4f commit 12e5c17
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/news/0.7.4.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
.. Copyright 2016 splinter authors. All rights reserved.
Use of this source code is governed by a BSD-style
license that can be found in the LICENSE file.
.. meta::
:description: New splinter features on version 0.7.4.
:keywords: splinter 0.7.4, news

whats's new in splinter 0.7.4?
==============================


* support Selenium 2.53.6
* find_by_text support quotes (`#420 <https://github.com/cobrateam/splinter/pull/420>`_).
* Selenium capabilities for Firefox driver
(`#417 <https://github.com/cobrateam/splinter/pull/417>`_).
* multi-select support for Django and Flask
(`#443 <https://github.com/cobrateam/splinter/pull/443>`_).
* custom headers support to Flask
(`#444 <https://github.com/cobrateam/splinter/pull/444>`_).
* add `in` operation for cookies
(`#445 <https://github.com/cobrateam/splinter/pull/445>`_).
* Support for `is_element_present_by_*` in non-javascript drivers
(`#463 <https://github.com/cobrateam/splinter/pull/463>`_).
* incognito mode for Google Chrome
(`#465 <https://github.com/cobrateam/splinter/pull/465>`_).
* support for clearing text field types
(`#479 <https://github.com/cobrateam/splinter/pull/479>`_).
* allow to pass a chrome Options instance to Browser
(``#494 <https://github.com/cobrateam/splinter/pull/494>`_).
* new click_link_by_id method
(`#498 <https://github.com/cobrateam/splinter/pull/498>`_).
Backward incompatible changes
-----------------------------
* RequestHandler is removed and the `status` use lazy evaluation.

0 comments on commit 12e5c17

Please sign in to comment.