Skip to content

Commit

Permalink
add docs about 0.13.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsmedina committed Dec 15, 2019
1 parent b755a43 commit b54adcf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ splinter news

See below the changes for each splinter release.

- :doc:`what's new in splinter 0.13.0 </news/0.13.0>`
- :doc:`what's new in splinter 0.12.0 </news/0.12.0>`
- :doc:`what's new in splinter 0.11.0 </news/0.11.0>`
- :doc:`what's new in splinter 0.10.0 </news/0.10.0>`
Expand Down
16 changes: 16 additions & 0 deletions docs/news/0.13.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. Copyright 2019 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.13.0.
:keywords: splinter 0.13.0, news

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

* Patch Remote WebDriver to add retry attempts (https://github.com/cobrateam/splinter/pull/742)
* Add driver attribute to WebDriverElement. This fixes an issue where mouse interaction fails on nested elements (https://github.com/cobrateam/splinter/pull/740)
* Fix WebDriverElement.select and .select_by_text to search only inside the parent element (https://github.com/cobrateam/splinter/pull/729)
* find_by with 0 second wait_time only checks once (https://github.com/cobrateam/splinter/pull/739)
* Fix FlaskClient redirects (https://github.com/cobrateam/splinter/pull/721)

0 comments on commit b54adcf

Please sign in to comment.