How to programmatically set input value in an app where DOM doesn’t reflect changes?
I’m creating an extension which will automate filling Workday applications. I’ve encountered an issue where on input text fields, my script will fill out the input however the value will not reflect the changes in the DOM. Below is an example of when I try to automate filling in the first name field. I encountered issues during the login phase where directly setting the element.value to the string wouldn’t pass, therefore I went to mimicking keyboard presses.