Integrated authentication in Chrome headless

Hi everyone. I want to test a web site which uses integrated authentication. When I use Chrome headed it works but when I use Chrome headless it fails because it doesn’t perform integrated authentication. How can I enable integrated authentication in Chrome headless?

You can try to navigate to authenticated page directly, e.g:

WebUI.navigateToUrl("http://user:password@yourwebsite")

1 Like

doesn’t work

Now it says “Unable to navigate to authenticated page (Root cause: java.lang.Exception: Unsupported browser (only support IE, FF, Chrome))”

The topic is closed due to inactiveness. Feel free to create a new one if you still have any concerns.