I am trying to fire OnChange event of an input element. Changing the value of the element does not fire onChange event. Is it possible to send a keypress to the browser in order to fire onchange event of the input element.
Sending KeyPress Events to browser using DotNetBrowser
838 views Asked by SR_P At
1
Yes, it is possible to send key down and key up events to the browser:
The complete sample can be found by the following link:
http://dotnetbrowser-support.teamdev.com/documentation/simulating-keyboard-input