Activate Type Selector

Is there any class and method for activating UI elements like type selector? I loathe using my mouse to click the type selector.

The furthest along I’ve gotten is finding the properties palette in DockablePanes.BuiltInDockablePanes, but can’t seem to find anything else.

Honestly I don’t think that it’s possible to open that using the api.

I mean you can open a dialog in using the api. But a dropdown is not a dialog afaik.

Perhaps you have to use something like autohotkey to click on a specific coordinate on your screen with a hotkey?