C# 클래스 JavaScriptErrorsExample.ExtensionMethods

A class of extension methods for a WebDriver instance.
파일 보기 프로젝트 열기: jimevans/WebDriverProxyExamples

공개 메소드들

메소드 설명
GetJavaScriptErrors ( this driver ) : IList

Gets the JavaScript errors on the current page.

GetJavaScriptErrors ( this driver, System.TimeSpan timeout ) : IList

Gets the JavaScript errors on the current page.

비공개 메소드들

메소드 설명
NavigateTo ( this driver, string targetUrl ) : void

메소드 상세

GetJavaScriptErrors() 공개 정적인 메소드

Gets the JavaScript errors on the current page.
public static GetJavaScriptErrors ( this driver ) : IList
driver this The driver used to retrieve the errors.
리턴 IList

GetJavaScriptErrors() 공개 정적인 메소드

Gets the JavaScript errors on the current page.
public static GetJavaScriptErrors ( this driver, System.TimeSpan timeout ) : IList
driver this The driver used to retrieve the errors.
timeout System.TimeSpan A structure for the time out of the retrieval.
리턴 IList