Class ReplayXHRCommandSettings
This method sends a new XMLHttpRequest which is identical to the original one. The following parameters should be identical: method, url, async, request body, extra headers, withCredentials attribute, user, password.
public sealed class ReplayXHRCommandSettings : ICommand
- Inheritance
-
ReplayXHRCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
RequestId
Identifier of XHR to replay.
[JsonPropertyName("requestId")]
public string RequestId { get; set; }