getStorageKey

Returns storage key for the given frame. If no frame ID is provided, the storage key of the target executing this command is returned.


suspend fun getStorageKey(frameId: String? = null): Storage.GetStorageKeyReturn

Returns storage key for the given frame. If no frame ID is provided, the storage key of the target executing this command is returned.

Parameters

frameId

No description