closeOtherTabs
Close all tabs except the currently active one.
Signature
await utils.closeOtherTabs()Examples
// Clean up — keep only the current tab
await utils.closeOtherTabs();Last updated on
Close all tabs except the currently active one.
await utils.closeOtherTabs()// Clean up — keep only the current tab
await utils.closeOtherTabs();