I realize that this question has been raised numerous times before. However, the previously suggested solutions are no longer effective.
I am attempting to automate a form by simulating key presses.
For example, when I try:
document.getElementById("input_id").value = "testinput"
The input events do not get triggered. Instead, my value gets deleted.
Is there a new method to simulate keystrokes that will trigger all necessary events?