C# Class OpenQA.Selenium.LogType

Class containing names of common log types.
Mostra file Open project: OpiumCity/YoutubeViewBotWithProxy Class Usage Examples

Public Properties

Property Type Description
Browser string
Client string
Driver string
Profiler string
Server string

Property Details

Browser public_oe static_oe property

Logs from the browser.
public static string Browser
return string

Client public_oe static_oe property

Log messages from the client language bindings.
public static string Client
return string

Driver public_oe static_oe property

Logs from the current WebDriver instance.
public static string Driver
return string

Profiler public_oe static_oe property

Profiling logs.
public static string Profiler
return string

Server public_oe static_oe property

Logs from the server.
public static string Server
return string