[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-10-15 UTC."],[[["Allows developers to create an additional browser session through the `createAddonSession` function."],["This new session operates independently and is controlled by the add-on using the provided options defined in `AddonSessionOptions`."],["Upon successful creation, it returns a promise that resolves to an `AddonSession` object, granting control and interaction capabilities within that session."]]],["This describes the `createAddonSession` function, which is used to create an add-on session. It accepts `AddonSessionOptions` as input and returns a Promise that resolves to an `AddonSession` object. The function is a required part of the interface, and its properties are not read-only. It takes a parameter of type `AddonSessionOptions`.\n"]]