# Packages
No description provided by the author
# Functions
PickAttr gets attribute Option.Attr of elements that matches the Option.TagName.
input can be input/select/textarea TODO: now only get 1st value, need []string as result TODO: pick select option that has no value attr TODO: radio.
PickHtml gets html of elements that matches the Option.TagName (including it's child elements).
PickText gets text of elements that matches the Option.TagName (including it's child elements).