Scrolls to the click position #19
Answered
by
amaitland
Mephisto090
asked this question in
Q&A
-
Hello, CefSharp.Puppeteer scrolls the window to the click position to make it more realistic. Is there a function where I can do this myself without clicking Best regards |
Beta Was this translation helpful? Give feedback.
Answered by
amaitland
Apr 13, 2022
Replies: 1 comment 6 replies
-
The method used is currently private. You are welcome to submit a PR that makes it public and adds the relevant xml doc. https://github.com/cefsharp/Puppeteer/blob/main/lib/PuppeteerSharp/ElementHandle.cs#L732 Or just use JavaScript |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
Mephisto090
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The method used is currently private. You are welcome to submit a PR that makes it public and adds the relevant xml doc.
https://github.com/cefsharp/Puppeteer/blob/main/lib/PuppeteerSharp/ElementHandle.cs#L732
Or just use JavaScript