Skip to content

splinter 0.7.4

Compare
Choose a tag to compare
@andrewsmedina andrewsmedina released this 07 Aug 14:53
· 643 commits to master since this release

whats's new in splinter 0.7.4?

  • support Selenium 2.53.6
  • find_by_text support quotes (#420).
  • Selenium capabilities for Firefox driver (#417).
  • multi-select support for Django and Flask (#443).
  • custom headers support to Flask (#444).
  • add in operation for cookies (#445).
  • Support for is_element_present_by_* in non-javascript drivers (#463).
  • incognito mode for Google Chrome (#465).
  • support for clearing text field types (#479).
  • allow to pass a chrome Options instance to Browser ([#494 (https://github.com//pull/494)).
  • new click_link_by_id method (#498).

Backward incompatible changes

  • RequestHandler is removed and the status use lazy evaluation.