Hi Experts,
I am using Browser Library and opening a new context by passing the username and password in httpcredentials. and able to sign in successfully. At first, I taught credentials that are picked from the below keywords. But when I passed an invalid password in ${pword} variable, still sign-in is successful
Looks like credentials are taken from a single sign-on. is there any way I can force the script to accept credentials from HTTP credentials parameter?
Keywords I am using
New Context httpCredentials={‘username’: ‘{userName}', 'password': '{pword}’}
Really appreciate your help.