context menu in android

how can i invoke context menu (like the one in contacts, long press on one of then to show it)?

solved (used drag command to simulate it)

You could also use:

MoveTo "someImage"
mouseButtonDown 1
MoveTo "contextualItem"
mouseButtonUp 1 

This is essentially the same thing as using the Drag command, but might be a little more intuitive when someone is reading your script.