[`find_test_element`](https://github.com/DefactoSoftware/test-selector/wiki/Usage-in-Tests#find_test_element) uses Hound [`Hound.Helpers.Page.find_element/3`](https://hexdocs.pm/hound/Hound.Helpers.Page.html#find_element/3) to find a single element. We should also cover other Hound helpers: - `find_all_test_elements` > [`Hound.Helpers.Page.find_all_elements/3`](https://hexdocs.pm/hound/Hound.Helpers.Page.html#find_all_elements/3). - `find_within_test_element` > [`Hound.Helpers.Page.find_within_element/4`](https://hexdocs.pm/hound/Hound.Helpers.Page.html#find_within_element/4) - etc.