How to trigger a button's OnSelect that is in a component?
I solved it but please feel free to give other approach on doing this.
In my component, I added output property as Action type named TriggerSelect
MyComponent.TriggerSelect = Select(button_to_select)
When I want to trigger a button click, I use MyComponent.TriggerSelect()