Will there be a SVG interpreter soon so that the different SVG elements show up in the DOM structure? As now the cavans element is the last element to show up in the DOM model.
Since TestComplete 9.0, the product recognizes SVG and its text elements.We have a suggestion to implement support for more SVG elements (rect, circle, and so on) - I've increased its rating. Currently, to test them, you can use native DOM methods (getElementById, getElementsByTagName, etc.).