setValue doesn't trigger other element to be enabled
|
01-24-2014, 04:58 AM
Post: #1
|
|||
|
|||
setValue doesn't trigger other element to be enabled
Hi,
I have created the following script: logData 0 navigate https://payroll.intuit.com/signup/iam/start Sleep 2 setValue id=emailAddress cmtqatest8754@test.com setValue id=emailAddress cmtqatest8754@test.com click id=emailAddress logData 1 clickAndWait value=Continue submitForm value=Continue And the Continue button should be enabled after we fill in the emailAddress, but from the result: http://www.webpagetest.org/result/140123_E7_REA/ It seems the email address get populated, but not able to trigger the continue button to be enabled. Is there any other work around I should use? Thanks Alex ![]() |
|||
01-24-2014, 05:23 AM
Post: #2
|
|||
|
|||
RE: setValue doesn't trigger other element to be enabled
Your best bet is to use an exec or execAndWait command to run some javascript that triggers the continue button to activate.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)