How to get the tool to identify spaces in an input?
|
12-11-2015, 02:55 AM
Post: #1
|
|||
|
|||
How to get the tool to identify spaces in an input?
I am new to WebPageTest and im trying to script for one of the pages on the below application, but the input data has spaces and the script fails with spaces. I tried giving % instead of spaces and it passed except the % stayed where they are in the input, ultimately failing the request.
Pls help. navigate http://business.stg.comcast.com sleep 5 sendClickAndWait innerHTML=Change location sleep 5 setValue id=LocalizeStreetAddress 1485%BAYSHORE%ABCD sleep 5 setValue id=LocalizeUnitNumber 320 sleep 5 setValue id=LocalizeZipCode 94124 sleep 5 clickAndWait innerText=Continue |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How to get the tool to identify spaces in an input? - Prat - 12-11-2015 02:55 AM
RE: How to get the tool to identify spaces in an input? - pmeenan - 12-16-2015, 02:12 AM
|
User(s) browsing this thread: 1 Guest(s)