Table of Contents

Class GetAnnotatedPageContentCommandSettings

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

Get the annotated page content for the main frame. This is an experimental command that is subject to change.

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

Whether to include actionable information. Defaults to true.

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

Property Value

bool?