Table of Contents

Class ResolveBlobCommandResponse

Namespace
OpenQA.Selenium.DevTools.V146.IO
Assembly
Selenium.WebDriver.dll

Response for Return UUID of Blob object specified by a remote object id.

public sealed class ResolveBlobCommandResponse : ICommandResponse<ResolveBlobCommandSettings>, ICommandResponse
Inheritance
ResolveBlobCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Uuid

UUID of the specified Blob.

[JsonPropertyName("uuid")]
public string Uuid { get; set; }

Property Value

string