05-23-2011, 05:41 PM
Hi,
For the above code, two rows are not selected. Only one row is clicked.
Tried with below code as well, but did not work...
can anyone help me on this??
For the above code, two rows are not selected. Only one row is clicked.
Tried with below code as well, but did not work...
can anyone help me on this??
Code:
Set ODesc=Description.Create()
ODesc("html tag").Value="TABLE"
ODesc("text").Value="ABC"
Browser("XXX").Page("YYY").WebTable(ODesc).Click
Set DeviceReplay = CreateObject("Mercury.DeviceReplay")
DeviceReplay.KeyDown 29 ‘ 29 is for control
Set ODesc1=Description.Create()
ODesc1("html tag").Value="TABLE"
ODesc1("text").Value= "XYZ"
Browser("XXX").Page("YYY").WebTable(ODesc1).Click
DeviceReplay.KeyUp 29 ‘ 29 is for control