03-18-2008, 03:34 AM
Hi Sreekanth,
Thank you for your reply. I have tried your suggestion with the following codes:
What I have expected is with Ctrl Click, I can do a multiple selections. Hence, here I hope to multiplly select column 1992 and 1993. However, the above codes do as a single click , the effect of Ctrl did not show. Do you any suggestion how my code is different from yours?
Many thanks
Carol
Thank you for your reply. I have tried your suggestion with the following codes:
Code:
Const cntrl = 29
Set deviceReplay = CreateObject( "Mercury.DeviceReplay" )
deviceReplay.KeyDown cntrl
Browser("title:=InfoView").Page("title:=InfoView").WebElement("html tag:=DIV","innertext:=1992").Click
Browser("title:=InfoView").Page("title:=InfoView").WebElement("html tag:=DIV","innertext:=1993").Click
What I have expected is with Ctrl Click, I can do a multiple selections. Hence, here I hope to multiplly select column 1992 and 1993. However, the above codes do as a single click , the effect of Ctrl did not show. Do you any suggestion how my code is different from yours?
Many thanks
Carol