getTab (app profile manager)
Returns the tab object for a tab identifier.
Syntax
Microsoft.Apm.getFocusedSession().getTab();
Return value
Collection of tab identifiers.
Example
const session = Microsoft.Apm.getFocusedSession();
session.getTab("tab-id-1").refresh();