(id: string)
| 867 | } |
| 868 | |
| 869 | async uninstallExtension(id: string): Promise<void> { |
| 870 | await this.browser.uninstallExtension(id); |
| 871 | } |
| 872 | |
| 873 | async triggerExtensionAction(id: string): Promise<void> { |
| 874 | const extensions = await this.browser.extensions(); |
no outgoing calls
no test coverage detected