How to bypass windows authentication(Active Directory) when recording tests and playing back

Hi there,

For some reason when running my tests back in Firefox it does not pick up active directory windows authentication. I have tried using the Authenticate method and it does not recognise my username and password.

I have also tried the autoIT tool, but this is not a viable solution for our business.

Is there any other method I can use for katalon to recognise active directory?

Kyle

Firefox needs to be configured to use integrated Windows authentication. There are many articles explaining how to do this https://duckduckgo.com/?q=configure+firefox+windows+authentication&t=hy&ia=web

Personally I use Chrome instead because it usually has this feature enabled by default.

1 Like