I have an SVG element in a web page, which contains an object which I would like to hover over. When I hover over this object, I should see a circle which I can then move.
When I record the test, I get the correct functionality, but when I play back the test, the mouse hover does not activate the circle.
The object spy only recognizes the SVG, but not the objects within the SVG.
The object I need to hover over, and the circle which appears on hover are part of the DOM, and I was trying to figure out a way to get this hover to work in the test using the DOM, but have been unsuccessful. Any help?