Posts: 16
Threads: 9
Joined: Jun 2012
Reputation:
0
06-08-2012, 10:37 AM
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
Posts: 35
Threads: 19
Joined: Feb 2008
Reputation:
0
12-20-2014, 04:05 AM
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
Posts: 516
Threads: 17
Joined: Jul 2009
Reputation:
3
12-20-2014, 09:31 PM
Alternatively you can use the fireevent to simulate the event.
Check the event that is associated using the F12 in your browser.
Thanks,
SUpputuri