08-25-2009, 01:21 PM
Hi all,
Does someone knows how I can select an element from a context menu?
I use this script:
'After a right click on the element "jive-doc-copy-link", a conext menu is opened and I want to select the item "Copy" from it.
I can not add it in the OR manually and I do not know how I can do it descriptively, because I do not know any of its properties.
Is someone familiar with this?
Thank you in advance and best regards.
Does someone knows how I can select an element from a context menu?
I use this script:
'After a right click on the element "jive-doc-copy-link", a conext menu is opened and I want to select the item "Copy" from it.
Code:
replaytype = Setting.WebPackage("ReplayType")
Setting.WebPackage("ReplayType") = 2
Root.Frame("Frame").WebEdit("jive-doc-copy-link").Click ,, micRightBtn
Setting.WebPackage("ReplayType") = replaytype
I can not add it in the OR manually and I do not know how I can do it descriptively, because I do not know any of its properties.
Is someone familiar with this?
Thank you in advance and best regards.