Workaround
1. Record left mouse click on context menu holder
![](/Support/Attachment/142263.aspx)
2. Record drop down item selection
![](/Support/Attachment/142264.aspx)
3. In the recorded script change "DoLClick" or "DoClick" for "DoRClick" to show context menu.
SeS('Context_Menu_Holder').DoRClick();
SeS('DropDown').DoClickItem('ContextItem2');