0

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?

jrc16
  • 97
  • 7

1 Answers1

0

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/')
jrc16
  • 97
  • 7