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

Link to this function

click(page, atom, maybe_title, selector)

View Source

Simulates clicking on an element at selector with title title.

Link to this function

new(conn, context \\ %{})

View Source
@spec open_browser(Pages.Driver.t()) :: Pages.Driver.t()

Not yet implemented for this driver.