As title states ^
In these docs, there's a lot of support for working with tabs.
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs
Including moving tabs around, deleting them, duplicating, reloading, executing javascript in the tab, etc. But I don't see anything that allows me to focus a given a tab.
Am I missing something?