All Versions
9
Latest Version
Avg Release Cycle
155 days
Latest Release
2228 days ago
Changelog History
Changelog History
-
v1.1.0 Changes
March 20, 20192019-03-20
-
v1.0.1
June 28, 2016 -
v1.0.0 Changes
April 18, 2016💥 Breaking changes
find_element
now returns aHound.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
andsearch_element_within/3
, which are non raising version offind_element/2
andfind_element_within/2
- 🌲 Add
fetch_log/0
andfetch_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