After using developer tools in both Chrome and Firefox, I successfully created an XPath for a specific element. However, when attempting to click on the element by hovering over the returned value $x(xpath), I encountered an error.
The error message read: "Uncought TypeError: $x(..).click" is not a function. The object returned by the selector includes methods such as 'onclick', 'focus', 'className', but does not include 'click'.
It's worth noting that the element in question is of type 'svg'.