Table of Contents

Class ConsoleApiCalledEventArgs

Namespace
OpenQA.Selenium.DevTools
Assembly
WebDriver.dll

Event arguments present when the ConsoleApiCalled event is raised.

public class ConsoleApiCalledEventArgs : EventArgs
Inheritance
ConsoleApiCalledEventArgs
Inherited Members

Properties

Arguments

Gets the arguments of the call to the browser's console API.

public ReadOnlyCollection<ConsoleApiArgument> Arguments { get; }

Property Value

ReadOnlyCollection<ConsoleApiArgument>

Timestamp

Gets the time stanp when the browser's console API is called.

public DateTime Timestamp { get; }

Property Value

DateTime

Type

Gets the type of message when the browser's console API is called.

public string Type { get; }

Property Value

string