Class PerformanceTimelineAdapter
- Namespace
- OpenQA.Selenium.Dev
Tools .V130.PerformanceTimeline
- Assembly
- WebDriver.dll
Represents an adapter for the PerformanceTimeline domain to simplify the command interface.
- Inheritance
-
Performance
Timeline Adapter
- Inherited Members
Constructors
PerformanceTimelineAdapter(IDevToolsSession)
Initializes a new instance of the PerformanceTimelineAdapter class.
Parameters
session
IDevTools Session The IDevToolsSession to be used with this adapter.
Properties
Session
Gets the DevToolsSession associated with the adapter.
Property Value
Methods
Enable(EnableCommandSettings, CancellationToken, int?, bool)
enable
public Task<EnableCommandResponse> Enable(EnableCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)
Parameters
command
EnableCommand Settings cancellationToken
CancellationToken millisecondsTimeout
int?throwExceptionIfResponseNotReceived
bool
Returns
Events
TimelineEventAdded
timelineEventAdded