Table of Contents

Class ConsoleApiArgument

Namespace
OpenQA.Selenium.DevTools
Assembly
WebDriver.dll

Represents information about a an argument in call to the browser's console API.

public class ConsoleApiArgument
Inheritance
ConsoleApiArgument
Inherited Members

Properties

Type

Gets the type of the argument in the call to the browser's console API.

public string Type { get; }

Property Value

string

Value

Gets the value of the argument in the call to the browser's console API.

public string Value { get; }

Property Value

string