# `Phoenix.LiveViewTest.Element`
[🔗](https://github.com/phoenixframework/phoenix_live_view/blob/v1.1.28/lib/phoenix_live_view/test/structs.ex#L25)

The struct returned by `Phoenix.LiveViewTest.element/3`.

The following public fields represent the element:

  * `selector` - The query selector
  * `text_filter` - The text to further filter the element

See the `Phoenix.LiveViewTest` documentation for usage.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
