pub fn try_html_element(id: &str) -> Option<HtmlElement>
Expand description
Find an element by id
This returns None
if the element is not found.
ยงPanics
This panics if the element is found, and is not an HtmlElement
pub fn try_html_element(id: &str) -> Option<HtmlElement>
Find an element by id
This returns None
if the element is not found.
This panics if the element is found, and is not an HtmlElement