ISelenium RemoveScript Method WebDriver
Removes a script tag from the Selenium document identified by the given id. Does nothing if the referenced tag doesn't exist.

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

void RemoveScript(
	string scriptTagId
)

Parameters

scriptTagId
Type: OnlineSystem String
the id of the script element to remove.
See Also