Page 1 of 1

DOM click() method for hotspots?

Posted: Mon Jun 07, 2021 9:12 am
by BTO
Hello all,

I have a question regarding the DOM click() method and hotspots.
When I click individual skin elements via the method, e.g.

Code: Select all

skin._skin_element_name.click()
it works fine.

However, I have not yet found a way to click hotspot elements this way as well.
Is there anyone who might have an approach to this?

Thanks a lot for your help!