View Source Pages.Driver.Conn (Pages v1.0.3)

A page driver for interacting with Phoenix controllers.

Summary

Functions

Simulates clicking on an element at selector with title title.

Types

@type t() :: %Pages.Driver.Conn{conn: Plug.Conn.t()}

Functions

Link to this function

click(page, atom, maybe_title, selector)

View Source

Simulates clicking on an element at selector with title title.