All Versions
11
Latest Version
Avg Release Cycle
135 days
Latest Release
2245 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_textnow handle strings with quotation marks (#457)- 🔗
find_link_bymethods 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_bymethods in WebDriverElement now uses retry mechanism (#727) is_not_present/visiblereturns 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_snapshotmethod - 👍 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
optionsinsteadfirefox_optionsto avoid warnings (#634) - Add support for
*argsparameter inexecute_script(#436) - Implement
__ne__inStatusCode(#460) - Using the new syntax
switch_to_alertinsteadswitch_to.alertto 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?
- 👕
phantomjssupport 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_scriptto be returned (#585) - 👕
chrome_optionsparameter renamed tooptions(#590) - ✂ removed deprecated
mouseovermethod - raises
NotImplementedErroronstatus_codein drivers based on webdriver - 🚚
phantomjsis 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