Replies: 1 comment 1 reply
-
See https://stackoverflow.com/questions/44736904/issue-with-cefsharp-browser-sendkeys to get you started You'll need to make sure the control has focus. You can focus a html element using javascript. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to simulate sending keypress event for the entire webpage or being focused on the particular html element. How can I implement that with Cefsharp winforms 91 version?
Also can I add simulation of modifiers pressing (like Control, Alt and Shift) along with particular key?
Beta Was this translation helpful? Give feedback.
All reactions