get_text method
#2460
Replies: 1 comment
-
This call found it: self.get_text('[data-component="MarketHistory"]')
You'll need to parse out the data you need from there. You'll also need to use UC Mode to evade bot-detection on that site, and you may need to scroll to the bottom of the page first for that section to appear. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use the get_text method on "https://stockx.com/nike-blazer-mid-77-vintage-white-black" to get the element average sale price element text which is at the bottom of the page. But every time I try to use the get_text() method it says that the element is not present. Is there any work around?
Beta Was this translation helpful? Give feedback.
All reactions