Class ResourceUsageReportSelenium
represents a report that measures the resource usage of the web site during a user journey.
Implements
System.IDisposable
Inherited Members
Namespace: AxaFrance.WebEngine.Web
Assembly: AxaFrance.WebEngine.Web.dll
Syntax
public class ResourceUsageReportSelenium : ResourceUsageReport, IDisposable
Methods
| Improve this Doc View SourceStartMonitoring(WebDriver)
Start monitoring the web traffic.
Declaration
public static ResourceUsageReport StartMonitoring(WebDriver driver)
Parameters
Type | Name | Description |
---|---|---|
OpenQA.Selenium.WebDriver | driver | Selenium WebDriver instance |
Returns
Type | Description |
---|---|
ResourceUsageReport |
StopMonitoring()
Stop minotoring web traffics. Run it before you need to close the test session or write report to file.
Declaration
public override void StopMonitoring()
Overrides
Implements
System.IDisposable