메소드 | 설명 | |
---|---|---|
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 |
public static GetJavaScriptErrors ( this driver ) : IList |
||
driver | this | The driver used to retrieve the errors. |
리턴 | IList |
public static GetJavaScriptErrors ( this driver, System.TimeSpan timeout ) : IList |
||
driver | this | The driver used to retrieve the errors. |
timeout | System.TimeSpan | A |
리턴 | IList |