Table of Contents

Class GetAnnotatedPageContentCommandSettings

Namespace
OpenQA.Selenium.DevTools.V144.Page
Assembly
WebDriver.dll

GetAnnotatedPageContent

public sealed class GetAnnotatedPageContentCommandSettings : ICommand
Inheritance
GetAnnotatedPageContentCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

IncludeActionableInformation

Gets or sets the includeActionableInformation

[JsonPropertyName("includeActionableInformation")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IncludeActionableInformation { get; set; }

Property Value

bool?