Loss SendMouseWheelEvent after SendMouseClickEvent
Posted: Mon Oct 07, 2019 8:30 am
Hello!
Help me figure out the next problem.
I use the following commands to click and scroll the mouse
For click
Chr.SendFocusEvent(true);
Chr.SendMouseClickEvent(@event, MBT_LEFT, false, 1);
Chr.SendMouseClickEvent(@event, MBT_LEFT, true, 1);
for scroll
Chr.SendMouseWheelEvent(@event, 0, -10);
But after I click on the link and the page loads, the scroll page stops working.
But if you scroll the mouse wheel, then the scroll starts working again.
What could be the problem?
Thanks
Help me figure out the next problem.
I use the following commands to click and scroll the mouse
For click
Chr.SendFocusEvent(true);
Chr.SendMouseClickEvent(@event, MBT_LEFT, false, 1);
Chr.SendMouseClickEvent(@event, MBT_LEFT, true, 1);
for scroll
Chr.SendMouseWheelEvent(@event, 0, -10);
But after I click on the link and the page loads, the scroll page stops working.
But if you scroll the mouse wheel, then the scroll starts working again.
What could be the problem?
Thanks