Sha256: 5bd094bfe4fe95cfd3d53fa6a2e22722a3e11dc3cac3157f69aad252484dcdce
Contents?: true
Size: 318 Bytes
Versions: 21
Compression:
Stored size: 318 Bytes
Contents
# find To get a single element use `find` ```ruby title = find 'h1' ``` For multiple results use `all` ```ruby links = all 'h1' ``` See (results)[./results.md] for complete list of methods available for the returned element or elements. ## Advanced finding ```ruby title = find 'h1', text: "Example Domain" ```
Version data entries
21 entries across 21 versions & 1 rubygems