Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
NavigateTo ( this driver, string targetUrl ) : void |
public static GetJavaScriptErrors ( this driver ) : IList |
||
driver | this | The driver used to retrieve the errors. |
return | IList |
public static GetJavaScriptErrors ( this driver, System.TimeSpan timeout ) : IList |
||
driver | this | The driver used to retrieve the errors. |
timeout | System.TimeSpan | A |
return | IList |