could someone please show me how to navigate on webpagetest.org to a dev-page which requires Authentification by Login and password before getting there.
The dev-page itself does not have a login itself.
After reading Custom Scripting | WebPageTest Documentation on webpagetest.org I insert under Script:
logData 0
navigate xxxxxxx
setValue name=Username xxxxxxx
setValue name=password xxxxxxx
click innerText=Sign in
logData 1
…and then click “Run Lighthouse Audit”.
But “The testing completed but failed.” 401 Navigation error
On the Tab “Advanced”on webpagetest.org:
Do I have to enter something as UA String? Do I have to append sth to UA String?
Do I have to enter something in Custom headers - or in InjectScript?
Bye
Michael