getTabs

Stores All of the current tabs in the system variable window.tabs

Typical usage - getTabs(); console.log(window.tabs);

Combined with the runOnTab function with a specific tab ID, this enables automating existing open tabs.

Last updated