find

To get a single element use find

title = find 'h1'

For multiple results use all

links = all 'h1'

See (results)[./results.md] for complete list of methods available for the returned element or elements.

Advanced finding

title = find 'h1', text: "Example Domain"