WebDriverScriptEventArgs Constructor WebDriver
Initializes a new instance of the WebDriverScriptEventArgs class.

Namespace: OpenQA.Selenium.Support.Events
Assembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public WebDriverScriptEventArgs(
	IWebDriver driver,
	string script
)
See Also