[AngularJS] Re: Autofill Angular 1.3.15 form from browser or .net

2017-07-13 Thread Tom Wynne
ler('input') document.getElementById('password').value="password" angular.element(document.getElementById('password')).triggerHandler('input') Now the button works as if the user typed in the information manually. Hope this helps others. -tom On Monday, July 10, 2017 at 10:25:55 AM UTC-7, Tom Wynn

[AngularJS] Re: Autofill Angular 1.3.15 form from browser or .net

2017-07-10 Thread Tom Wynne
I don't have access to the code, i am not the owner of the site. I just want to fill in the username and password with javascript code (from a chromium web browser control in .net) and be able to click the submit button. I can't figure out how to make the submit button accept the values i