All Versions
11
Latest Version
Avg Release Cycle
135 days
Latest Release
1251 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.14.0
April 21, 2020 -
v0.13.0 Changes
December 15, 2019๐ whats's new in splinter 0.13.0?
- ๐ Patch Remote WebDriver to add retry attempts (#742)
- โ Add driver attribute to WebDriverElement. This fixes an issue where mouse interaction fails on nested elements (#740)
- Fix WebDriverElement.select and .select_by_text to search only inside the parent element (#729)
- find_by with 0 second wait_time only checks once (#739)
- ๐ Fix FlaskClient redirects (#721)
-
v0.12.0 Changes
December 09, 2019๐ whats's new in splinter 0.12.0?
find_by_text
now handle strings with quotation marks (#457)- ๐
find_link_by
methods are now chainable (#699) ElementList. __getattr__ ()
no longer hide ElementNotFound (#707)- ๐ Firefox headless mode now handle custom firefox_binary option (#714)
- ๐ Firefox driver now respects headless option in subsequent calls (#715)
- ๐
Browser.get_alert()
returns None if no alert exists (#387) - ๐ Retry WebElement.click if Exception is thrown (#725)
- ๐
find_by
methods in WebDriverElement now uses retry mechanism (#727) is_not_present/visible
returns True immediately after not finding anything (#732)- ๐ Accept all valid arguments for Remote WebDriver (#734)
- ๐ Allow ActionChains when using Remote WebDriver (#738)
-
v0.11.0 Changes
June 28, 2019๐ 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'
-
v0.10.0 Changes
November 16, 2018๐ whats's new in splinter 0.10.0?
- Scroll to elements before to execute action chains
- ๐ Using
options
insteadfirefox_options
to avoid warnings (#634) - Add support for
*args
parameter inexecute_script
(#436) - Implement
__ne__
inStatusCode
(#460) - Using the new syntax
switch_to_alert
insteadswitch_to.alert
to avoid webdriver warnings. CookieManager. __eq__
returns a bool value (#308)- Fix find_by_text to be used inside a chain (https://github.com/cobrateam/splinter/issues/6281)
- โ Add support for selenium 3.141.0
-
v0.9.0 Changes
August 27, 2018๐ whats's new in splinter 0.9.0?
- ๐
phantomjs
support was removed (#592) - โ add options argument for chrome driver (#345)
- (bugfix) avoid element.find_by_text searches whole dom (#612)
- โ add suport for zope.testbrowser 5+
- ๐ handle webdriver StaleElementReferenceException (#541)
- โ add support for Flask 1+
- โ add support for seleniu 3.14.0
- โก๏ธ update lxml to 4.2.4
- โก๏ธ update cssselect to 1.0.3
- ๐
-
v0.8.0 Changes
May 03, 2018๐ whats's new in splinter 0.8.0?
- โ add support for Firefox incognito mode (#578)
- ๐ allow return value for
execute_script
to be returned (#585) - ๐
chrome_options
parameter renamed tooptions
(#590) - โ removed deprecated
mouseover
method - raises
NotImplementedError
onstatus_code
in drivers based on webdriver - ๐
phantomjs
is deprecated (this driver will be removed in 0.9.0)
-
v0.7.7
October 30, 2017 -
v0.7.6 Changes
July 30, 2017- ๐ fix fill_form for select element
- ๐ support chrome headless mode
๐ you can see more in https://splinter.readthedocs.io/en/latest/news/0.7.6.html
-
v0.7.5
November 02, 2016