An NDoc Documented Class Library

ISelenium.RemoveScript Method 

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

void RemoveScript(
   string scriptTagId
);

Parameters

scriptTagId
the id of the script element to remove.

See Also

ISelenium Interface | Selenium Namespace