Good day, developers.
I encountered an issue with the super mouse emulation.
I'm using the C# code:
--
instance.EmulationLevel = "SuperEmulation";
instance.UseFullMouseEmulation = true;
--
Then, I want to go to a website and click the sign-up button.
The issue is that the mouse scrolls down a...