C# 클래스 OpenQA.Selenium.LogType

Class containing names of common log types.
파일 보기 프로젝트 열기: OpiumCity/YoutubeViewBotWithProxy 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Browser string
Client string
Driver string
Profiler string
Server string

프로퍼티 상세

Browser 공개적으로 정적으로 프로퍼티

Logs from the browser.
public static string Browser
리턴 string

Client 공개적으로 정적으로 프로퍼티

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

Driver 공개적으로 정적으로 프로퍼티

Logs from the current WebDriver instance.
public static string Driver
리턴 string

Profiler 공개적으로 정적으로 프로퍼티

Profiling logs.
public static string Profiler
리턴 string

Server 공개적으로 정적으로 프로퍼티

Logs from the server.
public static string Server
리턴 string