-
Notifications
You must be signed in to change notification settings - Fork 508
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cebaa3d
commit e02623f
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |