Table of Contents

Class PinnedScript

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

A class representing a pinned JavaScript function that can be repeatedly called without sending the entire script across the wire for every execution.

public sealed class PinnedScript
Inheritance
PinnedScript
Inherited Members

Properties

Handle

Gets the unique handle for this pinned script.

public string Handle { get; }

Property Value

string

Source

Gets the source representing the body of the function in the pinned script.

public string Source { get; }

Property Value

string