Table of Contents

Class InitializationScript

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

Represents a JavaScript script that is loaded and run on every document load.

public class InitializationScript
Inheritance
InitializationScript
Inherited Members

Properties

ScriptId

Gets the internal ID of the initialization script.

public string ScriptId { get; }

Property Value

string

ScriptName

Gets the friendly name of the initialization script.

public string ScriptName { get; }

Property Value

string

ScriptSource

Gets the JavaScript source of the initialization script.

public string ScriptSource { get; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.