Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the tab object of the tab that is in focus.
Syntax
Microsoft.Apm.getFocusedSession().getFocusedTab();
Return value
The tab object.
Example
const tab = Microsoft.Apm.getFocusedSession().getFocusedTab();
tab.refresh();