Simulate a click

Is it possible to simulate a click on a tab in the dhtmlxtabbar?

I have this that I thought could do it but it doesn’t.

var channel_tabs = channel_tab.getAllTabs(); channel_tabs[0].click();

I must do a manual click instead of the setTabActive to get around an issue with a 3rd party component.

There is a method setTabActive:
tabbar.setTabActive(id)

Is it possible to simulate a click on a tab in the dhtmlxtabbar?

If you want to simulate browser click, it is impossible.