Need to test the plotly line chart, scatter chart, spider chart etc created using plotly.js using any automation framework/tools. Following are the targeted verifications:
- Get data points (markers) count
- Get each data point (marker) value
- Get data points css
- Get legends css
- Handling out of the box action header items
- Zoom in/out
With selenium, I can’t see data points (markers) in DOM.
Can anyone please help in this aspect to how to automate charts here?