blob: 89e275871d9f5401f1b6ed680c6d98750df533ac [file] [log] [blame] [edit]
### YamlMime:ManagedReference
items:
- uid: OpenQA.Selenium.PinnedScript
commentId: T:OpenQA.Selenium.PinnedScript
id: PinnedScript
parent: OpenQA.Selenium
children:
- OpenQA.Selenium.PinnedScript.Handle
- OpenQA.Selenium.PinnedScript.Source
langs:
- csharp
- vb
name: PinnedScript
nameWithType: PinnedScript
fullName: OpenQA.Selenium.PinnedScript
type: Class
source:
remote:
path: dotnet/src/webdriver/PinnedScript.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: PinnedScript
path: ../src/webdriver/PinnedScript.cs
startLine: 27
assemblies:
- WebDriver
namespace: OpenQA.Selenium
summary: >-
A class representing a pinned JavaScript function that can be repeatedly called
without sending the entire script across the wire for every execution.
example: []
syntax:
content: public sealed class PinnedScript
content.vb: Public NotInheritable Class PinnedScript
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.PinnedScript.Handle
commentId: P:OpenQA.Selenium.PinnedScript.Handle
id: Handle
parent: OpenQA.Selenium.PinnedScript
langs:
- csharp
- vb
name: Handle
nameWithType: PinnedScript.Handle
fullName: OpenQA.Selenium.PinnedScript.Handle
type: Property
source:
remote:
path: dotnet/src/webdriver/PinnedScript.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: Handle
path: ../src/webdriver/PinnedScript.cs
startLine: 50
assemblies:
- WebDriver
namespace: OpenQA.Selenium
summary: Gets the unique handle for this pinned script.
example: []
syntax:
content: public string Handle { get; }
parameters: []
return:
type: System.String
content.vb: Public ReadOnly Property Handle As String
overload: OpenQA.Selenium.PinnedScript.Handle*
- uid: OpenQA.Selenium.PinnedScript.Source
commentId: P:OpenQA.Selenium.PinnedScript.Source
id: Source
parent: OpenQA.Selenium.PinnedScript
langs:
- csharp
- vb
name: Source
nameWithType: PinnedScript.Source
fullName: OpenQA.Selenium.PinnedScript.Source
type: Property
source:
remote:
path: dotnet/src/webdriver/PinnedScript.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: Source
path: ../src/webdriver/PinnedScript.cs
startLine: 55
assemblies:
- WebDriver
namespace: OpenQA.Selenium
summary: Gets the source representing the body of the function in the pinned script.
example: []
syntax:
content: public string Source { get; }
parameters: []
return:
type: System.String
content.vb: Public ReadOnly Property Source As String
overload: OpenQA.Selenium.PinnedScript.Source*
references:
- uid: OpenQA.Selenium
commentId: N:OpenQA.Selenium
href: OpenQA.html
name: OpenQA.Selenium
nameWithType: OpenQA.Selenium
fullName: OpenQA.Selenium
spec.csharp:
- uid: OpenQA
name: OpenQA
href: OpenQA.html
- name: .
- uid: OpenQA.Selenium
name: Selenium
href: OpenQA.Selenium.html
spec.vb:
- uid: OpenQA
name: OpenQA
href: OpenQA.html
- name: .
- uid: OpenQA.Selenium
name: Selenium
href: OpenQA.Selenium.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.PinnedScript.Handle*
commentId: Overload:OpenQA.Selenium.PinnedScript.Handle
href: OpenQA.Selenium.PinnedScript.html#OpenQA_Selenium_PinnedScript_Handle
name: Handle
nameWithType: PinnedScript.Handle
fullName: OpenQA.Selenium.PinnedScript.Handle
- 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.PinnedScript.Source*
commentId: Overload:OpenQA.Selenium.PinnedScript.Source
href: OpenQA.Selenium.PinnedScript.html#OpenQA_Selenium_PinnedScript_Source
name: Source
nameWithType: PinnedScript.Source
fullName: OpenQA.Selenium.PinnedScript.Source