Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 329
nix86 Avatar asked Jul 24 '17 08:07

nix86


1 Answers

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

like image 73
Zarashima Avatar answered Nov 06 '22 19:11

Zarashima