C# Class OpenQA.Selenium.LogType

Class containing names of common log types.
Afficher le fichier Open project: OpiumCity/YoutubeViewBotWithProxy Class Usage Examples

Méthodes publiques

Свойство 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
Résultat string

Client public_oe static_oe property

Log messages from the client language bindings.
public static string Client
Résultat string

Driver public_oe static_oe property

Logs from the current WebDriver instance.
public static string Driver
Résultat string

Profiler public_oe static_oe property

Profiling logs.
public static string Profiler
Résultat string

Server public_oe static_oe property

Logs from the server.
public static string Server
Résultat string