I've been trying to read the data from the Graphs such as below:
Above all graphs are made with High Charts(https://www.highcharts.com/). I've been trying to find a way to read the data using Selenium WebDriver Java and I'm still not able to do so. All the data seems to be dynamic and almost impossible to read.
I've also tried using the below classes and it is retrieving me null values. https://github.com/Ardesco/Powder-Monkey/tree/master/src/main/java/com/lazerycode/selenium/graphs
Please post if any other approach can be followed.