I’m trying to test a dev site that requires the user to first enter a password and then click a Log In button. I thought there was a field for the password, but I’m not seeing it. Any idea on how I can get around this?
Thanks in advance
I’m trying to test a dev site that requires the user to first enter a password and then click a Log In button. I thought there was a field for the password, but I’m not seeing it. Any idea on how I can get around this?
Thanks in advance
I guess it is form on the website which you want to test.
You have to check this should help Custom Scripting | WebPageTest Documentation
Write script which fill the form and click Log In button.