An NDoc Documented Class Library

DefaultSelenium.RemoveScript Method 

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

public void RemoveScript(
   string scriptTagId
);

Parameters

scriptTagId
the id of the script element to remove.

Implements

ISelenium.RemoveScript

See Also

DefaultSelenium Class | Selenium Namespace