Copyright © 2019 Antoine Gagné
Authors: Antoine Gagné (gagnantoine@gmail.com).
html_node() = ecureuil_html:html_node()
find/2 | Navigate the HTML with the selector and returns all the matching elements. |
find(RawSelector::binary() | string(), RawHtml::binary() | string()) -> {ok, [html_node()]} | {error, term()}
Navigate the HTML with the selector and returns all the matching elements.
Generated by EDoc