2021年4月10日星期六

How would you go about scraping the values present at point A, B, and C in the Graph?

I do not have API access

I'm using Selenium (Python) for this Task.
The graph is present here, https://www.highcharts.com/demo/stock/flags-general/dark-unica

More specifically I need the data that gets displayed when the mouse hovers to a specific point.

These are the approaches I've tried:

  1. Extracting the "d" part of the "path" tag, when I do so I get different values from the one shown on the site so I can't search for specific points.
  2. Trying to get the page source, after doing this I get all NULL values.
  3. The "scrollintoview" option to detect points, which returns an empty list.
https://stackoverflow.com/questions/67040838/how-would-you-go-about-scraping-the-values-present-at-point-a-b-and-c-in-the-g April 11, 2021 at 10:06AM

没有评论:

发表评论