This should be a simple enough question to answer (I assume).
Say I want to activate window 1 of process "ScreenFlow", how would I do this?
I do know that
Application('ScreenFlow').activate()
brings Processes['ScreenFlow').windows[0]
to the front. But how then to switch to Processes['ScreenFlow').windows[n]
?
Thanks