Hi Selenium Community,
I am working on automating a web application dashboard that contains a complex Distributor to Facility Flow visualization (Sankey-style chart with multiple nodes and colored flow paths).
The chart behavior includes:
Hovering on flow lines to display dynamic tooltips
Different flow states represented by colors (e.g., Fulfilled, In Transit, Delayed)
Multiple source nodes (Distributors) flowing through intermediate nodes to destination facilities
Filters (dropdowns) that dynamically change the chart data
I would like guidance on:
Best practices to identify and interact with SVG elements used in such Sankey charts
Reliable ways to hover on specific paths/links and capture tooltip data using Selenium
Whether ActionChains is sufficient or if JavaScript execution is recommended
How to validate data correctness when DOM attributes are dynamically generated
Any known limitations of Selenium for this use case and recommended alternatives (if any)
If anyone has experience automating:
SVG-based charts
D3.js / Highcharts / custom visualization components
Your suggestions, sample approaches, or references would be extremely helpful.
Thank you in advance for your support.
Best regards,
Komal Rai
stroke, data-value) against expected dataset.--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/selenium-users/5a117815-2488-4971-b26e-9ca6e2a8ea17n%40googlegroups.com.