Replies: 1 comment 2 replies
-
Can you clarify what you mean by this? What behaviour are you hoping to see exactly? Are you trying to scroll to a specific element? Scroll by a set number of lines? There are a few options including using SendMouseWheelEvent. Just depends on the behaviour you are trying to implement. http://cefsharp.github.io/api/97.1.x/html/M_CefSharp_WebBrowserExtensions_SendMouseWheelEvent_2.htm |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! Trying to evaluate the following script to scroll:
Browser.EvaluateScriptAsync("window.scroll(0,"+ times + ");");
However it doesn`t imitate scroll, for instance here https://www.mvideo.ru/televizory-i-cifrovoe-tv-1/televizory-65
Any suggestions how to implement scroll?
Beta Was this translation helpful? Give feedback.
All reactions