-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
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
Insufficient documentation of tests and usage #68
Comments
Thanks, @theRealBitcoinClub. I would really appreciate a PR. |
Ok so I found out that the statement above is related to the following code:
And most probably targets this aspect: title="IdeaTab A3500-H"? Is that correct? It is unclear because the content inside the following brackets is equivalent. While you are answering this question, what would be the command to get the content from inside the brackets? |
Does the scraper still work in the same manner if the class tag holds various classes? e.g. class="DvzRrc ab_button" |
How would you extraxt the data from the attribute "data-pid" ? |
A working example using a html string and not a website where you have to look for the source code of the page would be awesome! In fact, more than one example, would be best, like 3 or 4. |
Hey bro, look, your package seems to be awesome, but I can hardly figure out how to use it.
For example you provide this code as test, but what would be that HTML element that you are matching with that command?:
var names = webScraper.getElementAttribute(
'div.thumbnail > div.caption > h4 > a.title', 'title');
It would be very easy for you, to provide an example HTML element of what exactly the command is matching, please could you invest a few minutes to help out everone else in this beautiful universe?
Thanks, enjoy the holiday on 03.01.
Actually as I am writing this, I realize that you are doing a test request within that test code, so maybe I can figure it out by checking the source and then I can provide you with a PR to make life easier for everyone, let me try to solve this issue myself, Ill get back here ASAP.
The text was updated successfully, but these errors were encountered: