splinter v0.10.0 Release Notes

Release Date: 2018-11-16 // over 5 years ago
  • ๐Ÿ‘• whats's new in splinter 0.10.0?

    • Scroll to elements before to execute action chains
    • ๐Ÿ‘• Using options instead firefox_options to avoid warnings (#634)
    • Add support for *args parameter in execute_script (#436)
    • Implement __ne__ in StatusCode (#460)
    • Using the new syntax switch_to_alert instead switch_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