Namespace OpenQA.Selenium.DevTools.V147.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. Available if the client is connected using the --remote-debugging-pipe flag and the --enable-unsafe-extension-debugging flag is set.
- GetExtensionsCommandSettings
Gets a list of all unpacked extensions. Available if the client is connected using the --remote-debugging-pipe flag and the --enable-unsafe-extension-debugging flag is set.
- GetStorageItemsCommandResponse
Response for Gets data from extension storage in the given
storageArea. Ifkeysis specified, these are used to filter the result.
- GetStorageItemsCommandSettings
Gets data from extension storage in the given
storageArea. Ifkeysis 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. Available if the client is connected using the --remote-debugging-pipe flag and the --enable-unsafe-extension-debugging flag is set.
- LoadUnpackedCommandSettings
Installs an unpacked extension from the filesystem similar to --load-extension CLI flags. Returns extension ID once the extension has been installed. Available if the client is connected using the --remote-debugging-pipe flag and the --enable-unsafe-extension-debugging flag is set.
- RemoveStorageItemsCommandResponse
Response for Removes
keysfrom extension storage in the givenstorageArea.
- RemoveStorageItemsCommandSettings
Removes
keysfrom extension storage in the givenstorageArea.
- SetStorageItemsCommandResponse
Response for Sets
valuesin extension storage in the givenstorageArea. The providedvalueswill be merged with existing values in the storage area.
- SetStorageItemsCommandSettings
Sets
valuesin extension storage in the givenstorageArea. The providedvalueswill be merged with existing values in the storage area.
- TriggerActionCommandResponse
Response for Runs an extension default action. Available if the client is connected using the --remote-debugging-pipe flag and the --enable-unsafe-extension-debugging flag is set.
- TriggerActionCommandSettings
Runs an extension default action. Available if the client is connected using the --remote-debugging-pipe flag and the --enable-unsafe-extension-debugging flag is set.
- UninstallCommandResponse
Response for Uninstalls an unpacked extension (others not supported) from the profile. Available if the client is connected using the --remote-debugging-pipe flag and the --enable-unsafe-extension-debugging.
- UninstallCommandSettings
Uninstalls an unpacked extension (others not supported) from the profile. Available if the client is connected using the --remote-debugging-pipe flag and the --enable-unsafe-extension-debugging.
Enums
- StorageArea
Storage areas.