blob: 09a6a48695f637567506c317d45ddbc893245e59 [file] [log] [blame] [edit]
### YamlMime:ManagedReference
items:
- uid: OpenQA.Selenium.DevTools.V133.CSS.SourceRange
commentId: T:OpenQA.Selenium.DevTools.V133.CSS.SourceRange
id: SourceRange
parent: OpenQA.Selenium.DevTools.V133.CSS
children:
- OpenQA.Selenium.DevTools.V133.CSS.SourceRange.EndColumn
- OpenQA.Selenium.DevTools.V133.CSS.SourceRange.EndLine
- OpenQA.Selenium.DevTools.V133.CSS.SourceRange.StartColumn
- OpenQA.Selenium.DevTools.V133.CSS.SourceRange.StartLine
langs:
- csharp
- vb
name: SourceRange
nameWithType: SourceRange
fullName: OpenQA.Selenium.DevTools.V133.CSS.SourceRange
type: Class
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v133/CSS/SourceRange.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: SourceRange
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v133/CSS/SourceRange.cs
startLine: 11
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V133.CSS
summary: SourceRange
example: []
syntax:
content: public sealed class SourceRange
content.vb: Public NotInheritable Class SourceRange
inheritance:
- System.Object
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.V133.CSS.SourceRange.StartLine
commentId: P:OpenQA.Selenium.DevTools.V133.CSS.SourceRange.StartLine
id: StartLine
parent: OpenQA.Selenium.DevTools.V133.CSS.SourceRange
langs:
- csharp
- vb
name: StartLine
nameWithType: SourceRange.StartLine
fullName: OpenQA.Selenium.DevTools.V133.CSS.SourceRange.StartLine
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v133/CSS/SourceRange.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: StartLine
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v133/CSS/SourceRange.cs
startLine: 16
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V133.CSS
summary: startLine
example: []
syntax:
content: >-
[JsonPropertyName("startLine")]
public long StartLine { get; set; }
parameters: []
return:
type: System.Int64
content.vb: >-
<JsonPropertyName("startLine")>
Public Property StartLine As Long
overload: OpenQA.Selenium.DevTools.V133.CSS.SourceRange.StartLine*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: startLine
- uid: OpenQA.Selenium.DevTools.V133.CSS.SourceRange.StartColumn
commentId: P:OpenQA.Selenium.DevTools.V133.CSS.SourceRange.StartColumn
id: StartColumn
parent: OpenQA.Selenium.DevTools.V133.CSS.SourceRange
langs:
- csharp
- vb
name: StartColumn
nameWithType: SourceRange.StartColumn
fullName: OpenQA.Selenium.DevTools.V133.CSS.SourceRange.StartColumn
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v133/CSS/SourceRange.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: StartColumn
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v133/CSS/SourceRange.cs
startLine: 23
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V133.CSS
summary: startColumn
example: []
syntax:
content: >-
[JsonPropertyName("startColumn")]
public long StartColumn { get; set; }
parameters: []
return:
type: System.Int64
content.vb: >-
<JsonPropertyName("startColumn")>
Public Property StartColumn As Long
overload: OpenQA.Selenium.DevTools.V133.CSS.SourceRange.StartColumn*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: startColumn
- uid: OpenQA.Selenium.DevTools.V133.CSS.SourceRange.EndLine
commentId: P:OpenQA.Selenium.DevTools.V133.CSS.SourceRange.EndLine
id: EndLine
parent: OpenQA.Selenium.DevTools.V133.CSS.SourceRange
langs:
- csharp
- vb
name: EndLine
nameWithType: SourceRange.EndLine
fullName: OpenQA.Selenium.DevTools.V133.CSS.SourceRange.EndLine
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v133/CSS/SourceRange.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: EndLine
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v133/CSS/SourceRange.cs
startLine: 30
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V133.CSS
summary: endLine
example: []
syntax:
content: >-
[JsonPropertyName("endLine")]
public long EndLine { get; set; }
parameters: []
return:
type: System.Int64
content.vb: >-
<JsonPropertyName("endLine")>
Public Property EndLine As Long
overload: OpenQA.Selenium.DevTools.V133.CSS.SourceRange.EndLine*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: endLine
- uid: OpenQA.Selenium.DevTools.V133.CSS.SourceRange.EndColumn
commentId: P:OpenQA.Selenium.DevTools.V133.CSS.SourceRange.EndColumn
id: EndColumn
parent: OpenQA.Selenium.DevTools.V133.CSS.SourceRange
langs:
- csharp
- vb
name: EndColumn
nameWithType: SourceRange.EndColumn
fullName: OpenQA.Selenium.DevTools.V133.CSS.SourceRange.EndColumn
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v133/CSS/SourceRange.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: EndColumn
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v133/CSS/SourceRange.cs
startLine: 37
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V133.CSS
summary: endColumn
example: []
syntax:
content: >-
[JsonPropertyName("endColumn")]
public long EndColumn { get; set; }
parameters: []
return:
type: System.Int64
content.vb: >-
<JsonPropertyName("endColumn")>
Public Property EndColumn As Long
overload: OpenQA.Selenium.DevTools.V133.CSS.SourceRange.EndColumn*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: endColumn
references:
- uid: OpenQA.Selenium.DevTools.V133.CSS
commentId: N:OpenQA.Selenium.DevTools.V133.CSS
href: OpenQA.html
name: OpenQA.Selenium.DevTools.V133.CSS
nameWithType: OpenQA.Selenium.DevTools.V133.CSS
fullName: OpenQA.Selenium.DevTools.V133.CSS
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.V133
name: V133
href: OpenQA.Selenium.DevTools.V133.html
- name: .
- uid: OpenQA.Selenium.DevTools.V133.CSS
name: CSS
href: OpenQA.Selenium.DevTools.V133.CSS.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.V133
name: V133
href: OpenQA.Selenium.DevTools.V133.html
- name: .
- uid: OpenQA.Selenium.DevTools.V133.CSS
name: CSS
href: OpenQA.Selenium.DevTools.V133.CSS.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: 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.V133.CSS.SourceRange.StartLine*
commentId: Overload:OpenQA.Selenium.DevTools.V133.CSS.SourceRange.StartLine
href: OpenQA.Selenium.DevTools.V133.CSS.SourceRange.html#OpenQA_Selenium_DevTools_V133_CSS_SourceRange_StartLine
name: StartLine
nameWithType: SourceRange.StartLine
fullName: OpenQA.Selenium.DevTools.V133.CSS.SourceRange.StartLine
- uid: System.Int64
commentId: T:System.Int64
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int64
name: long
nameWithType: long
fullName: long
nameWithType.vb: Long
fullName.vb: Long
name.vb: Long
- uid: OpenQA.Selenium.DevTools.V133.CSS.SourceRange.StartColumn*
commentId: Overload:OpenQA.Selenium.DevTools.V133.CSS.SourceRange.StartColumn
href: OpenQA.Selenium.DevTools.V133.CSS.SourceRange.html#OpenQA_Selenium_DevTools_V133_CSS_SourceRange_StartColumn
name: StartColumn
nameWithType: SourceRange.StartColumn
fullName: OpenQA.Selenium.DevTools.V133.CSS.SourceRange.StartColumn
- uid: OpenQA.Selenium.DevTools.V133.CSS.SourceRange.EndLine*
commentId: Overload:OpenQA.Selenium.DevTools.V133.CSS.SourceRange.EndLine
href: OpenQA.Selenium.DevTools.V133.CSS.SourceRange.html#OpenQA_Selenium_DevTools_V133_CSS_SourceRange_EndLine
name: EndLine
nameWithType: SourceRange.EndLine
fullName: OpenQA.Selenium.DevTools.V133.CSS.SourceRange.EndLine
- uid: OpenQA.Selenium.DevTools.V133.CSS.SourceRange.EndColumn*
commentId: Overload:OpenQA.Selenium.DevTools.V133.CSS.SourceRange.EndColumn
href: OpenQA.Selenium.DevTools.V133.CSS.SourceRange.html#OpenQA_Selenium_DevTools_V133_CSS_SourceRange_EndColumn
name: EndColumn
nameWithType: SourceRange.EndColumn
fullName: OpenQA.Selenium.DevTools.V133.CSS.SourceRange.EndColumn