We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the landing page contains:
<title>Foo bar</title>
how do I extract the element value using:
"title": { "selector": "//title", },
(i.e. I want an analogue to attribute)
attribute
The text was updated successfully, but these errors were encountered:
Attribute takes two special values, text (the default) and html. See the scraperJSON README https://github.com/ContentMine/scraperJSON/blob/master/README.md
text
html
Sorry, something went wrong.
No branches or pull requests
If the landing page contains:
how do I extract the element value using:
(i.e. I want an analogue to
attribute
)The text was updated successfully, but these errors were encountered: