View Source Pages.Driver.Conn (Pages v2.2.1)
A page driver for interacting with Phoenix controllers.
Summary
Functions
Simulates clicking on an element at selector
with title title
.
Not yet implemented for this driver.
Types
@type t() :: %Pages.Driver.Conn{ conn: Plug.Conn.t(), context: %{required(atom()) => any()} }
Functions
@spec click( Pages.Driver.t(), Pages.http_method(), Pages.text_filter() | nil, HtmlQuery.Css.selector() ) :: Pages.result()
Simulates clicking on an element at selector
with title title
.
@spec open_browser(Pages.Driver.t()) :: Pages.Driver.t()
Not yet implemented for this driver.