I am writing a script/chrome extension to automate a process. I want to change a input field. I tried to do it with changing the value of html input field. But the problem I am facing is I can't make the field dirty which is restricting to make the button enable as field are untouched.
I have tried to make field focus and blur. Not worked.
Change AngularJS input text value using javascript Also tried this one.
The button doesn't get enabled.
Do any body have any solutions?
Thanks.