Table of Contents

Class ResolveBlobCommandSettings

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

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

public sealed class ResolveBlobCommandSettings : ICommand
Inheritance
ResolveBlobCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ObjectId

Object id of a Blob object wrapper.

[JsonPropertyName("objectId")]
public string ObjectId { get; set; }

Property Value

string