Micro Focus QTP (UFT) Forums

Full Version: Auto complete for Web Edit box
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Hi all,
Good Morning,
I am having the problem for autocomplete the values in webedit box,by using script.
After entering the values in From and To Text boxes using VBScript and click Find button in QTP-10.Then the values are setting to null and it is listbox,the values are going to default value.
Can any one please solve the solution?

Thanks & regards,
Ranjit Kumar.B
You need to write the code in split
1. Write script to place cursor in the webedit
2. Enter the text you want to enter
3. Write keyboard action for downward navigation key
4. Write keyboard action for Enter
Alternatively you can use the fireevent to simulate the event.

Check the event that is associated using the F12 in your browser.