getTabs
Stores All of the current tabs in the system variable window.tabs
Typical usage -
getTabs();
console.log(window.tabs);
Running this function populates the window.tabs variable with the current open tab data.

Combined with the runOnTab function with a specific tab ID, this enables automating existing open tabs.
Last modified 2mo ago