01-19-2011, 01:56 PM
Hi Prabhat,
I have a data grid where
I have to search the record (webelement)
select the record
right click on it and
select the options from the right click menu.
I am able to get webelement using the below code:
Now I have to right click on this webelement....
Can you help me how can i achieve this?
Thanks,
Ravi.
I have a data grid where
I have to search the record (webelement)
select the record
right click on it and
select the options from the right click menu.
I am able to get webelement using the below code:
Quote:Browser("XXX").Page("YYY").WebElement("ABC").SetToProperty "innertext", "abcd"
Browser("XXX").Page("YYY").WebElement("ABC").Click
Now I have to right click on this webelement....
Can you help me how can i achieve this?
Thanks,
Ravi.