Hello Folks,
Dealing with one strange issue for Browser Click path monitor where Replay not able fill Username and Password values.
I tried adding JavaScript calls to fill the values (able to fill the username and password fields successfully) however, replay says "Username and Password combination is not found. please try again"
Regards,
AK
This is very interesting, I have not seen an issue like this before. I have been able to pass creds via the Synthetics settings, as well as supplying them via the click path recorder.
What cluster version are you on?
I suspect, it is because of AngularJS form validation using $dirty, $valid, $invalid, $pristine properties.
Any way I can disable form validation?
Featured Posts