Auto Complete list not displayed in PEGA7 - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: Auto Complete list not displayed in PEGA7 (/Thread-Auto-Complete-list-not-displayed-in-PEGA7) |
Auto Complete list not displayed in PEGA7 - adityacharan - 11-29-2015 Hey All - I was automating one of the portals which was developed using PEGA7 CPM framework. The page had country auto-complete drop box where typing into the box two or three letters will display list of related countries. I was able to see the list showing up during recording with UFT 12.0. However, when I play back, the list is not getting displayed Below is complete code for the page Code: Browser("Pega 7").Page("Pega 7").WebEdit("UserIdentifier").Set "user3@sedgwick" Any clue on fixing this will be appreciated! Thanks much, Charan |