Testing_Selenium::removeScript
Removes a script tag from the Selenium document identified by the given id. Does nothing if the referenced tag doesn't exist.
Signature
public function removeScript(string
$scriptTagId )
Parameters
-
$scriptTagId
- the id of the script element to remove.