Download Latest Version 1.0 release source code.tar.gz (28.3 kB)
Email in envelope

Get an email when there's a new version of Hound

Home / v1.0.0
Name Modified Size InfoDownloads / Week
Parent folder
1.0 release source code.tar.gz 2016-04-18 28.3 kB
1.0 release source code.zip 2016-04-18 51.9 kB
README.md 2016-04-18 742 Bytes
Totals: 3 Items   80.9 kB 1

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
Source: README.md, updated 2016-04-18