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

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


It should be: WebUI.openBrowser("http://username:password@WebsiteURL") instead of WebUI.openBrowser("username:password@WebsiteURL")


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

That should do the job, did it for me .