phoenix_live_view v0.8.1 Phoenix.LiveViewTest.View View Source
The struct for testing LiveViews.
The following public fields represent the LiveView:
id
- The DOM id of the LiveViewmodule
- The module of the running LiveViewpid
- The Pid of the running LiveView
See the Phoenix.LiveViewTest
documentation for usage.