All Versions
9
Latest Version
Avg Release Cycle
155 days
Latest Release
1862 days ago

Changelog History

  • v1.1.0 Changes

    March 20, 2019

    2019-03-20

  • v1.0.1

    June 28, 2016
  • v1.0.0 Changes

    April 18, 2016

    ๐Ÿ’ฅ Breaking changes

    • find_element now returns a Hound.Element instead of a string
    • Driver capabilities cannot longer be passed directly to Hound.start_session and need to be passed in the :driver key: Hound.start_session(driver: %{my: "capability"})

    ๐Ÿ†• New features

    • Support changing user agent: Hound.start_session(user_agent: :iphone)
    • ๐Ÿ‘Œ Support metadata: Hound.start_session(metadata: %{my: :metadata})
    • Add search_element/2 and search_element_within/3, which are non raising version of find_element/2 and find_element_within/2
    • ๐ŸŒฒ Add fetch_log/0 and fetch_errors/0 to get JS console output.
    • โž• Add Firefox profile

    ๐Ÿ‘Œ Improvements

    • Timeouts now return a normal error instead of failing with a MatchError
  • v0.8.2

    January 17, 2016
  • v0.8.1

    January 17, 2016
  • v0.8.0

    January 17, 2016
  • v0.7.6 Changes

    November 15, 2015
    • โœ‚ Remove starting phantomjs automatically
    • @scrogson: Simplify setup instructions
    • โšก๏ธ Update to use httpoison 0.8 to fix hackney header handling
  • v0.7.5

    October 26, 2015
  • v0.7.4

    October 26, 2015