Forum Discussion

gadic's avatar
gadic
Occasional Contributor
13 years ago

Problem in ajax flow


Hi,





I am doing new to Testcomplete. I am tring to record ajax flow from the site:





http://www.elal.co.il/elal/english/states/general/





I am trying to choose city and country in "To" and "From" checkbox but after typing part of word, I don't see the completion  I see while not using TestComplete.





Please advice





Gadi 

2 Replies

  • Julia_K's avatar
    Julia_K
    SmartBear Alumni (Retired)

    Hello Gadi,


    Do you use the SetText method in your test to set the city and the country in the To and From fields on your tested web site?

    Please note that the SetText method does not raise keystroke events. If the completion list of the To and From fields is called by a keystroke event, it will not appear when you use the SetText method to change the text in the fields. To make the completion list appear, you can try using the Keys method instead.


    Please let us know whether this helps.

    Thank you.