Show / Hide Table of Contents

Class ResourceUsageReport

represents a report that measures the resource usage of the web site during a user journey.

Inheritance
Object
ResourceUsageReport
ResourceUsageReportSelenium
Implements
IDisposable
Namespace: AxaFrance.WebEngine
Assembly: AxaFrance.WebEngine.dll
Syntax
public class ResourceUsageReport : IDisposable

Properties

| Edit this page View Source

JavaScriptError

list of all javascript errors that occurred during the user journey.

Declaration
public List<JavaScriptError> JavaScriptError { get; set; }
Property Value
Type Description
List<JavaScriptError>
| Edit this page View Source

NetworkRequests

list of all network requests made by the web site during the user journey.

Declaration
public Dictionary<string, NetworkRequest> NetworkRequests { get; set; }
Property Value
Type Description
Dictionary<String, NetworkRequest>

Methods

| Edit this page View Source

Dispose()

Stop monitoring and dispose the used ressources

Declaration
public void Dispose()
| Edit this page View Source

StopMonitoring()

Stop minotoring web traffics. Run it before you need to close the test session or write report to file.

Declaration
public virtual void StopMonitoring()

Implements

System.IDisposable
  • Edit this page
  • View Source
In this article
Back to top Copyright ® 2016-2024 AXA France, All rights reserved.