Skip to content

Commit

Permalink
add release notes for 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsmedina committed Nov 16, 2018
1 parent 0704a73 commit f533876
Show file tree
Hide file tree
Showing 2 changed files with 20 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.10.0 </news/0.10.0>`
- :doc:`what's new in splinter 0.9.0 </news/0.9.0>`
- :doc:`what's new in splinter 0.8.0 </news/0.8.0>`
- :doc:`what's new in splinter 0.7.7 </news/0.7.7>`
Expand Down
19 changes: 19 additions & 0 deletions docs/news/0.10.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.. Copyright 2018 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.10.0.
:keywords: splinter 0.10.0, news

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

* Scroll to elements before to execute action chains ()
* Using `options` instead `firefox_options` to avoid warnings (https://github.com/cobrateam/splinter/pull/634)
* Add support for `*args` parameter in `execute_script` (https://github.com/cobrateam/splinter/issues/436)
* Implement `__ne__` in `StatusCode` (https://github.com/cobrateam/splinter/issues/460)
* Using the new syntax `switch_to_alert` instead `switch_to.alert` to avoid webdriver warnings.
* `CookieManager. __eq__` returns a bool value (https://github.com/cobrateam/splinter/issues/308<Paste>)
* Fix find_by_text to be used inside a chain (https://github.com/cobrateam/splinter/issues/6281)
* Add support for selenium 3.141.0

0 comments on commit f533876

Please sign in to comment.