I have much interest about jsdom which behaves like a normal browser.
Let me ask a question.
Invoking mouse event in chrome browser has several ways.
The frequent one is from javascript, which is elements click() method.
But I dont wanna use it, coz it is very weak for anti scraping scripts.
Thats why I use web automation for sometimes, which makes mouse event from device driver level.
The chrome driver also do it.
Then our jsdom can make mouse event?
From which level?