Im trying to automate a site (using Katalon) that uses browser authentication on a Mac.
I can see that Windows users can use the Authenticate keyword, but is there a similar keyword or setting / configuration option for Mac users?
Im trying to automate a site (using Katalon) that uses browser authentication on a Mac.
I can see that Windows users can use the Authenticate keyword, but is there a similar keyword or setting / configuration option for Mac users?
A way i was able to solve this was by adding credentials via the url as seen in Can you pass user/pass for HTTP Basic Authentication in URL parameters?
Changing the url to the following format solved the problem:
WebUI.navigateToUrl('https://username:password@example.com/')