Table of Contents

Class ReplayXHRCommandSettings

Namespace
OpenQA.Selenium.DevTools.V148.Network
Assembly
Selenium.WebDriver.dll

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

string

RequestId

Identifier of XHR to replay.

[JsonPropertyName("requestId")]
public string RequestId { get; set; }

Property Value

string