Raises the ScriptExecuted event.
Namespace: OpenQA.Selenium.Support.EventsAssembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
protected virtual void OnScriptExecuted( WebDriverScriptEventArgs e )
Parameters
- e
- Type: OpenQA.Selenium.Support.Events WebDriverScriptEventArgs
A WebDriverScriptEventArgs that contains the event data.
See Also