Skip to content

Commit

Permalink
add whats new in 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsmedina committed Jun 28, 2019
1 parent cebaa3d commit e02623f
Show file tree
Hide file tree
Showing 2 changed files with 19 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.11.0 </news/0.11.0>`
- :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>`
Expand Down
18 changes: 18 additions & 0 deletions docs/news/0.11.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.. 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.11.0.
:keywords: splinter 0.11.0, news

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

* Browser.get_alert() returns Alert instead of a wrapper object
* Add `browser.html_snapshot` method
* Allow browser.get_iframe() to accept a web element
* Fix mouse_out method
* ElementList is no longer a subclass of list
* Browser.get_alert() now waits for alert to present
* Use 'switch_to.alert' instead of deprecated 'switch_to_alert'

0 comments on commit e02623f

Please sign in to comment.