Bypassing Browser Level Pop-up

Hi All,

Asking the forums to see if anyone has developed a solution to bypass this type of log-in. The current staging environment we use has a browser pop-up to input log-in credentials (Please see attached).

As this is not part of the code base, I am unable to develop a script to enter log-in details before the test is run. Therefore webpagetest returns an empty page with no code present.

I’m asking the forums if anyone else has anyone else been able to bypass this level of security?

Thanks,

Henry

Is that a basic-auth login prompt? If so, https://www.webpagetest.org/?auth=1 should expose an “Auth” tab where you can enter a user name and password to use.

Thank you @pmeenan this is exactly what I needed!