Table of Contents

Namespace OpenQA.Selenium.DevTools.V149.Extensions

Classes

ClearStorageItemsCommandResponse

Response for Clears extension storage in the given storageArea.

ClearStorageItemsCommandSettings

Clears extension storage in the given storageArea.

ExtensionInfo

Detailed information about an extension.

ExtensionsAdapter

Represents an adapter for the Extensions domain to simplify the command interface.

GetExtensionsCommandResponse

Response for Gets a list of all unpacked extensions.

GetExtensionsCommandSettings

Gets a list of all unpacked extensions.

GetStorageItemsCommandResponse

Response for Gets data from extension storage in the given storageArea. If keys is specified, these are used to filter the result.

GetStorageItemsCommandSettings

Gets data from extension storage in the given storageArea. If keys is specified, these are used to filter the result.

LoadUnpackedCommandResponse

Response for Installs an unpacked extension from the filesystem similar to --load-extension CLI flags. Returns extension ID once the extension has been installed.

LoadUnpackedCommandSettings

Installs an unpacked extension from the filesystem similar to --load-extension CLI flags. Returns extension ID once the extension has been installed.

RemoveStorageItemsCommandResponse

Response for Removes keys from extension storage in the given storageArea.

RemoveStorageItemsCommandSettings

Removes keys from extension storage in the given storageArea.

SetStorageItemsCommandResponse

Response for Sets values in extension storage in the given storageArea. The provided values will be merged with existing values in the storage area.

SetStorageItemsCommandSettings

Sets values in extension storage in the given storageArea. The provided values will be merged with existing values in the storage area.

TriggerActionCommandResponse

Response for Runs an extension default action.

TriggerActionCommandSettings

Runs an extension default action.

UninstallCommandResponse

Response for Uninstalls an unpacked extension (others not supported) from the profile.

UninstallCommandSettings

Uninstalls an unpacked extension (others not supported) from the profile.

Enums

StorageArea

Storage areas.