Agent Info Operation in Tab Context
This action can be performed on a particular tab by getting the tab context of a tab by providing the browser tab ID.
All the previously detailed functions work with Tab Context. The following block shows the syntax for getTabContext method:
The following example shows the syntax for the getTabContext
method:
getTabContext(tabId?:string): Promise<ITabContext>;