You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// get all textconsttext=awaitoutputView.getText();// clear textawaitoutputView.clearText();
Channel Selection
// get names of all available channelsconstnames=awaitoutputView.getChannelNames();// select a channel from the drop box by nameawaitoutputView.selectChannel("Git");