Hi there!
Is there any way of executing a context menu command?
I'm trying this, which successfully returns the id 3064, but the action does not work on the selected layer.
id = app.findMenuCommandId('Convert to Paragraph Text')
app.executeCommand(id)
Any idea on how can I make this work?
Thanks!!