
Purpose
For scraping elements and attributes from a given website
Inputs
- url - the url of the target website
- element - the target element
- attribute - the target attribute
Outputs
- html - the raw html; only the seleted element
- text - the plain text held within the the html elements
- attributes - the values of the selected attribute