UI Testing - Logins using a Javascript Popup

Matthew Miyares said:

OK, so here’s the issue I ran into with running the ‘Authenticate’ command in Katalon Studio;

The way the website is set up, there is an automatic proxy redirect to a warning banner and link splashpage if you try to access the page directly using the url. You can only access it via the link. So, the Authenticate command fails because it cannot navigate to the page.

I also have a similar problem. I use ‘WebIU.authrnticate(url, user, pwd)’ command and the browser driver navigate to the url and login successfully. However, the error still happen,
it said : [Unable to navigate to authenticated page]
How can i fix it, or any other ways to login to the site via javascript prompt?