Skip to content

0.12.0

Compare
Choose a tag to compare
@andrewsmedina andrewsmedina released this 09 Dec 14:48
· 449 commits to master since this release

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)