blob: 6e2dc9e4e6417abb7d96d1886105d8a136b23c5c [file] [log] [blame] [edit]
### YamlMime:ManagedReference
items:
- uid: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings
commentId: T:OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings
id: ContinueRequestCommandSettings
parent: OpenQA.Selenium.DevTools.V134.Fetch
children:
- OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.CommandName
- OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.Headers
- OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.InterceptResponse
- OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.Method
- OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.PostData
- OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.RequestId
- OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.Url
langs:
- csharp
- vb
name: ContinueRequestCommandSettings
nameWithType: ContinueRequestCommandSettings
fullName: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings
type: Class
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v134/Fetch/ContinueRequestCommand.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: ContinueRequestCommandSettings
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v134/Fetch/ContinueRequestCommand.cs
startLine: 11
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V134.Fetch
summary: ContinueRequest
example: []
syntax:
content: 'public sealed class ContinueRequestCommandSettings : ICommand'
content.vb: Public NotInheritable Class ContinueRequestCommandSettings Implements ICommand
inheritance:
- System.Object
implements:
- OpenQA.Selenium.DevTools.ICommand
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
- uid: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.CommandName
commentId: P:OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.CommandName
id: CommandName
parent: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings
langs:
- csharp
- vb
name: CommandName
nameWithType: ContinueRequestCommandSettings.CommandName
fullName: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.CommandName
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v134/Fetch/ContinueRequestCommand.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: CommandName
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v134/Fetch/ContinueRequestCommand.cs
startLine: 18
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V134.Fetch
summary: Gets the name of the command.
example: []
syntax:
content: >-
[JsonIgnore]
public string CommandName { get; }
parameters: []
return:
type: System.String
content.vb: >-
<JsonIgnore>
Public ReadOnly Property CommandName As String
overload: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.CommandName*
implements:
- OpenQA.Selenium.DevTools.ICommand.CommandName
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.RequestId
commentId: P:OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.RequestId
id: RequestId
parent: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings
langs:
- csharp
- vb
name: RequestId
nameWithType: ContinueRequestCommandSettings.RequestId
fullName: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.RequestId
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v134/Fetch/ContinueRequestCommand.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: RequestId
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v134/Fetch/ContinueRequestCommand.cs
startLine: 24
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V134.Fetch
summary: Gets or sets the requestId
example: []
syntax:
content: >-
[JsonPropertyName("requestId")]
public string RequestId { get; set; }
parameters: []
return:
type: System.String
content.vb: >-
<JsonPropertyName("requestId")>
Public Property RequestId As String
overload: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.RequestId*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: requestId
- uid: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.Url
commentId: P:OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.Url
id: Url
parent: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings
langs:
- csharp
- vb
name: Url
nameWithType: ContinueRequestCommandSettings.Url
fullName: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.Url
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v134/Fetch/ContinueRequestCommand.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: Url
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v134/Fetch/ContinueRequestCommand.cs
startLine: 31
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V134.Fetch
summary: Gets or sets the url
example: []
syntax:
content: >-
[JsonPropertyName("url")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Url { get; set; }
parameters: []
return:
type: System.String
content.vb: >-
<JsonPropertyName("url")>
<JsonIgnore(Condition:=JsonIgnoreCondition.WhenWritingDefault)>
Public Property Url As String
overload: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.Url*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: url
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
namedArguments:
- name: Condition
type: System.Text.Json.Serialization.JsonIgnoreCondition
value: 2
- uid: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.Method
commentId: P:OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.Method
id: Method
parent: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings
langs:
- csharp
- vb
name: Method
nameWithType: ContinueRequestCommandSettings.Method
fullName: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.Method
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v134/Fetch/ContinueRequestCommand.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: Method
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v134/Fetch/ContinueRequestCommand.cs
startLine: 38
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V134.Fetch
summary: Gets or sets the method
example: []
syntax:
content: >-
[JsonPropertyName("method")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Method { get; set; }
parameters: []
return:
type: System.String
content.vb: >-
<JsonPropertyName("method")>
<JsonIgnore(Condition:=JsonIgnoreCondition.WhenWritingDefault)>
Public Property Method As String
overload: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.Method*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: method
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
namedArguments:
- name: Condition
type: System.Text.Json.Serialization.JsonIgnoreCondition
value: 2
- uid: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.PostData
commentId: P:OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.PostData
id: PostData
parent: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings
langs:
- csharp
- vb
name: PostData
nameWithType: ContinueRequestCommandSettings.PostData
fullName: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.PostData
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v134/Fetch/ContinueRequestCommand.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: PostData
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v134/Fetch/ContinueRequestCommand.cs
startLine: 45
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V134.Fetch
summary: Gets or sets the postData
example: []
syntax:
content: >-
[JsonPropertyName("postData")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? PostData { get; set; }
parameters: []
return:
type: System.String
content.vb: >-
<JsonPropertyName("postData")>
<JsonIgnore(Condition:=JsonIgnoreCondition.WhenWritingDefault)>
Public Property PostData As String
overload: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.PostData*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: postData
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
namedArguments:
- name: Condition
type: System.Text.Json.Serialization.JsonIgnoreCondition
value: 2
- uid: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.Headers
commentId: P:OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.Headers
id: Headers
parent: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings
langs:
- csharp
- vb
name: Headers
nameWithType: ContinueRequestCommandSettings.Headers
fullName: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.Headers
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v134/Fetch/ContinueRequestCommand.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: Headers
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v134/Fetch/ContinueRequestCommand.cs
startLine: 52
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V134.Fetch
summary: Gets or sets the headers
example: []
syntax:
content: >-
[JsonPropertyName("headers")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public HeaderEntry[]? Headers { get; set; }
parameters: []
return:
type: OpenQA.Selenium.DevTools.V134.Fetch.HeaderEntry[]
content.vb: >-
<JsonPropertyName("headers")>
<JsonIgnore(Condition:=JsonIgnoreCondition.WhenWritingDefault)>
Public Property Headers As HeaderEntry()
overload: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.Headers*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: headers
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
namedArguments:
- name: Condition
type: System.Text.Json.Serialization.JsonIgnoreCondition
value: 2
- uid: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.InterceptResponse
commentId: P:OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.InterceptResponse
id: InterceptResponse
parent: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings
langs:
- csharp
- vb
name: InterceptResponse
nameWithType: ContinueRequestCommandSettings.InterceptResponse
fullName: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.InterceptResponse
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v134/Fetch/ContinueRequestCommand.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: InterceptResponse
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v134/Fetch/ContinueRequestCommand.cs
startLine: 59
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V134.Fetch
summary: Gets or sets the interceptResponse
example: []
syntax:
content: >-
[JsonPropertyName("interceptResponse")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? InterceptResponse { get; set; }
parameters: []
return:
type: System.Nullable{System.Boolean}
content.vb: >-
<JsonPropertyName("interceptResponse")>
<JsonIgnore(Condition:=JsonIgnoreCondition.WhenWritingDefault)>
Public Property InterceptResponse As Boolean?
overload: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.InterceptResponse*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: interceptResponse
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
namedArguments:
- name: Condition
type: System.Text.Json.Serialization.JsonIgnoreCondition
value: 2
references:
- uid: OpenQA.Selenium.DevTools.V134.Fetch
commentId: N:OpenQA.Selenium.DevTools.V134.Fetch
href: OpenQA.html
name: OpenQA.Selenium.DevTools.V134.Fetch
nameWithType: OpenQA.Selenium.DevTools.V134.Fetch
fullName: OpenQA.Selenium.DevTools.V134.Fetch
spec.csharp:
- uid: OpenQA
name: OpenQA
href: OpenQA.html
- name: .
- uid: OpenQA.Selenium
name: Selenium
href: OpenQA.Selenium.html
- name: .
- uid: OpenQA.Selenium.DevTools
name: DevTools
href: OpenQA.Selenium.DevTools.html
- name: .
- uid: OpenQA.Selenium.DevTools.V134
name: V134
href: OpenQA.Selenium.DevTools.V134.html
- name: .
- uid: OpenQA.Selenium.DevTools.V134.Fetch
name: Fetch
href: OpenQA.Selenium.DevTools.V134.Fetch.html
spec.vb:
- uid: OpenQA
name: OpenQA
href: OpenQA.html
- name: .
- uid: OpenQA.Selenium
name: Selenium
href: OpenQA.Selenium.html
- name: .
- uid: OpenQA.Selenium.DevTools
name: DevTools
href: OpenQA.Selenium.DevTools.html
- name: .
- uid: OpenQA.Selenium.DevTools.V134
name: V134
href: OpenQA.Selenium.DevTools.V134.html
- name: .
- uid: OpenQA.Selenium.DevTools.V134.Fetch
name: Fetch
href: OpenQA.Selenium.DevTools.V134.Fetch.html
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: OpenQA.Selenium.DevTools.ICommand
commentId: T:OpenQA.Selenium.DevTools.ICommand
parent: OpenQA.Selenium.DevTools
href: OpenQA.Selenium.DevTools.ICommand.html
name: ICommand
nameWithType: ICommand
fullName: OpenQA.Selenium.DevTools.ICommand
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode()
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType()
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
name: ToString()
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: OpenQA.Selenium.DevTools
commentId: N:OpenQA.Selenium.DevTools
href: OpenQA.html
name: OpenQA.Selenium.DevTools
nameWithType: OpenQA.Selenium.DevTools
fullName: OpenQA.Selenium.DevTools
spec.csharp:
- uid: OpenQA
name: OpenQA
href: OpenQA.html
- name: .
- uid: OpenQA.Selenium
name: Selenium
href: OpenQA.Selenium.html
- name: .
- uid: OpenQA.Selenium.DevTools
name: DevTools
href: OpenQA.Selenium.DevTools.html
spec.vb:
- uid: OpenQA
name: OpenQA
href: OpenQA.html
- name: .
- uid: OpenQA.Selenium
name: Selenium
href: OpenQA.Selenium.html
- name: .
- uid: OpenQA.Selenium.DevTools
name: DevTools
href: OpenQA.Selenium.DevTools.html
- uid: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.CommandName*
commentId: Overload:OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.CommandName
href: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.html#OpenQA_Selenium_DevTools_V134_Fetch_ContinueRequestCommandSettings_CommandName
name: CommandName
nameWithType: ContinueRequestCommandSettings.CommandName
fullName: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.CommandName
- uid: OpenQA.Selenium.DevTools.ICommand.CommandName
commentId: P:OpenQA.Selenium.DevTools.ICommand.CommandName
parent: OpenQA.Selenium.DevTools.ICommand
href: OpenQA.Selenium.DevTools.ICommand.html#OpenQA_Selenium_DevTools_ICommand_CommandName
name: CommandName
nameWithType: ICommand.CommandName
fullName: OpenQA.Selenium.DevTools.ICommand.CommandName
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
- uid: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.RequestId*
commentId: Overload:OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.RequestId
href: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.html#OpenQA_Selenium_DevTools_V134_Fetch_ContinueRequestCommandSettings_RequestId
name: RequestId
nameWithType: ContinueRequestCommandSettings.RequestId
fullName: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.RequestId
- uid: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.Url*
commentId: Overload:OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.Url
href: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.html#OpenQA_Selenium_DevTools_V134_Fetch_ContinueRequestCommandSettings_Url
name: Url
nameWithType: ContinueRequestCommandSettings.Url
fullName: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.Url
- uid: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.Method*
commentId: Overload:OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.Method
href: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.html#OpenQA_Selenium_DevTools_V134_Fetch_ContinueRequestCommandSettings_Method
name: Method
nameWithType: ContinueRequestCommandSettings.Method
fullName: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.Method
- uid: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.PostData*
commentId: Overload:OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.PostData
href: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.html#OpenQA_Selenium_DevTools_V134_Fetch_ContinueRequestCommandSettings_PostData
name: PostData
nameWithType: ContinueRequestCommandSettings.PostData
fullName: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.PostData
- uid: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.Headers*
commentId: Overload:OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.Headers
href: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.html#OpenQA_Selenium_DevTools_V134_Fetch_ContinueRequestCommandSettings_Headers
name: Headers
nameWithType: ContinueRequestCommandSettings.Headers
fullName: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.Headers
- uid: OpenQA.Selenium.DevTools.V134.Fetch.HeaderEntry[]
isExternal: true
href: OpenQA.Selenium.DevTools.V134.Fetch.HeaderEntry.html
name: HeaderEntry[]
nameWithType: HeaderEntry[]
fullName: OpenQA.Selenium.DevTools.V134.Fetch.HeaderEntry[]
nameWithType.vb: HeaderEntry()
fullName.vb: OpenQA.Selenium.DevTools.V134.Fetch.HeaderEntry()
name.vb: HeaderEntry()
spec.csharp:
- uid: OpenQA.Selenium.DevTools.V134.Fetch.HeaderEntry
name: HeaderEntry
href: OpenQA.Selenium.DevTools.V134.Fetch.HeaderEntry.html
- name: '['
- name: ']'
spec.vb:
- uid: OpenQA.Selenium.DevTools.V134.Fetch.HeaderEntry
name: HeaderEntry
href: OpenQA.Selenium.DevTools.V134.Fetch.HeaderEntry.html
- name: (
- name: )
- uid: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.InterceptResponse*
commentId: Overload:OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.InterceptResponse
href: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.html#OpenQA_Selenium_DevTools_V134_Fetch_ContinueRequestCommandSettings_InterceptResponse
name: InterceptResponse
nameWithType: ContinueRequestCommandSettings.InterceptResponse
fullName: OpenQA.Selenium.DevTools.V134.Fetch.ContinueRequestCommandSettings.InterceptResponse
- uid: System.Nullable{System.Boolean}
commentId: T:System.Nullable{System.Boolean}
parent: System
definition: System.Nullable`1
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: bool?
nameWithType: bool?
fullName: bool?
nameWithType.vb: Boolean?
fullName.vb: Boolean?
name.vb: Boolean?
spec.csharp:
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: '?'
spec.vb:
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: '?'
- uid: System.Nullable`1
commentId: T:System.Nullable`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
name: Nullable<T>
nameWithType: Nullable<T>
fullName: System.Nullable<T>
nameWithType.vb: Nullable(Of T)
fullName.vb: System.Nullable(Of T)
name.vb: Nullable(Of T)
spec.csharp:
- uid: System.Nullable`1
name: Nullable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Nullable`1
name: Nullable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
- name: (
- name: Of
- name: " "
- name: T
- name: )