You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you need to move your mouse pointer to a scrollable area first. For ex: if there is a div with scrollbars, you need to move your mouse pointer over div before trying to perform a scroll. If the scrollable content has no focus, it will not work.
new MouseSimulator(new InputSimulator()).VerticalScroll(-1000);
The text was updated successfully, but these errors were encountered: