By Stefan Möhl @Stefan_Mohl
- Right Click on Selected Track Name*

- Christian Scheuer @chrscheuer2019-09-27 10:00:25.729Z
Like this:
sf.ui.proTools.selectedTrack.titleButton.popupMenuSelect({ menuPath: ['Rename...'], isRightClick: true, });
Although please note that we already have built-in actions for many of these things (built-in actions with more functionality and more error handling built in)
Stefan Möhl @Stefan_Mohl
Thank you. I will sheck out the builit-in function. Didn´t know that some of the function already exist.
- In reply tochrscheuer⬆:
Mike Wax @mikewax
How would you do this on something that's not a selected track? Like the Video window for example. I'm trying to select the Fullscreen option in the Video window to toggle fullscreen.
Christian Scheuer @chrscheuer2020-06-24 11:10:51.992Z
Hi Mike.
This sounds like a better fit for a new thread as right-clicking is a very generic subject.
The quick answer would be to watch our videos on how to do this via UI Automation (find them in the Help Panel, under Getting Started, and UI Automation).