splinter v0.12.0 Release Notes

Release Date: 2019-12-09 // over 4 years ago
  • ๐Ÿ‘• 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)