View Source Pages.Driver.Conn (Pages v0.13.2)

A page driver for interacting with Phoenix controllers.

Link to this section Summary

Functions

Simulates clicking on an element at selector with title title.

Link to this section Types

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

Link to this section Functions

Link to this function

click(page, atom, maybe_title, selector)

View Source

Simulates clicking on an element at selector with title title.