How to automatically authenticate when launching a web app from Katalon Studio in Firefox

Viewed 2445

enter image description here

I am making test cases using Katalon Studio. The problem is that when I launch the test case on Firefox it shows me the "Authentication Required" popup. Instead when I use Chrome or Explorer it doesn't happen. How can I get rid of this popup when I use Firefox?

2 Answers

Please try WebUI.Authenticate(url, username ,passsword, timeoutseconds).

That should do the job, did it for me .

Related