View Source Pages.Html (Pages v0.1.0)
Heplful test functions for HTML. Mostly delegates to Floki
Link to this section Summary
Link to this section Types
@type html() :: binary() | Pages.Driver.t() | Floki.html_tree()
@type scope() :: :all | :first | :first!
Link to this section Functions
@spec find(html(), scope(), query(), (... -> any())) :: Floki.html_tree()
@spec parse(html()) :: Floki.html_tree()
@spec parse_doc(binary()) :: Floki.html_tree()