@localnerve/get-attribute

1.3.0 • Public • Published

get-attribute

A command to get a single attribute or property from a webpage, echo to stdout

npm version Verify Coverage Status

Example

Grab the full url from a specific anchor tag of interest (all options shown):

get-attribute --url=https://host.com/path --selector='a[href^="/videos"]' --attribute=href --useprop=true --timeout=5000 --launchargs='{"headless":true}'

# echoes the first matching href with full url from property: 'https://host.com/path/videos/123456789'

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @localnerve/get-attribute

Weekly Downloads

44

Version

1.3.0

License

MIT

Unpacked Size

8.33 kB

Total Files

9

Last publish

Collaborators

  • localnerve