At times, during functional testing validating the data in the graphs or charts become crucial to proceed further.On further analysis on dom structure, graph appears to be built on SVG. This complicates the automation testing.
Many a times, testers just leave the particular scenarios as not automatable saying Graphs / images are not automatable. But, that is not right. We'll have one or the other solution to automate everything. Yes! may not be 100 percent.
Sample SVG Graphs: SVG Sample Graphs
Below approach let you know a way to automate SVG graphs using Selenium WebDriver.