WebPageTest login page custom script
|
03-23-2017, 09:21 AM
(This post was last modified: 03-24-2017 04:36 AM by pmeenan.)
Post: #1
|
|||
|
|||
WebPageTest login page custom script
Hi,
I am facing an issue while authenticating login (live.com) page with web page test custom scripts. This is Public URL and anyone can access this. Here the question is, input box on live.com login page is getting overwritten with background place holder text 'Email, phone, or skype name'. How can I remove this background text and proceed. Really appreciate your feedback here. Here is the custom Script I used for this login scenario. navigate mva.microsoft.com clickAndWait id=lbtnButtonLogOn exec $(".phholder").html(""); setValue name=loginfmt <redacted>@outlook.com clickAndWait id=idSIButton9 execAndWait document.getElementById("i0118").value="<redacted>" submitForm name=f1 Thanks Santosh |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)