Removes a script tag from the Selenium document identified by the given
id. Does nothing if the referenced tag doesn't exist.
Namespace: SeleniumAssembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- scriptTagId
- Type:
System String
the id of the script element to remove.
Implements
ISelenium RemoveScript(String)See Also