Published
- 1 min read
js trigger mouseover
The solution for this is noted below
js trigger mouseover
Solution
document.getElementById('xyz').dispatchEvent(new MouseEvent('mouseover', { 'bubbles': true }));
Try other methods by searching on the site. That is if this doesn’t work