LoneWanderer04
4 years agoOccasional Contributor
Vis.js graph testing using TestComplete
Hello everybody! I'm working on a piece of software that has vis.js graphs implemented. The most I can get from non-calculated fields is the X and Y offset as they are represented in the vis.js ...
- 4 years ago
Hi,
I took a look at the example provided at https://visjs.org/ (https://visjs.github.io/vis-timeline/examples/graph2d/16_bothAxisTitles.html) and examined example's markup. The sample graph is implemented via <svg> web element which makes me doubting that you will be able to access internals of svg element using standard means of TestComplete (see my reply at https://community.smartbear.com/t5/TestComplete-Functional-Web/Test-a-web-page-with-amCharts-trend-graph/m-p/213344/highlight/true#M37656)