@localnerve/get-attribute

1.6.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

/@localnerve/get-attribute/

    Package Sidebar

    Install

    npm i @localnerve/get-attribute

    Weekly Downloads

    69

    Version

    1.6.0

    License

    MIT

    Unpacked Size

    8.33 kB

    Total Files

    9

    Last publish

    Collaborators

    • localnerve