View Source Pages.Driver.Conn (Pages v3.0.0)

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

t()

@type t() :: %Pages.Driver.Conn{
  conn: Plug.Conn.t(),
  context: %{required(atom()) => any()}
}

Functions

click(page, atom, maybe_title, selector)

Simulates clicking on an element at selector with title title.

new(conn, context \\ %{})

open_browser(page)

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

Not yet implemented for this driver.