JavaScriptLibrary CallEmbeddedSelenium Method WebDriver
Calls the embedded selenium library in a web page.

Namespace: Selenium.Internal.SeleniumEmulation
Assembly: Selenium.WebDriverBackedSelenium (in Selenium.WebDriverBackedSelenium.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public static void CallEmbeddedSelenium(
	IWebDriver driver,
	string functionName,
	IWebElement element,
	params Object[] values
)

Parameters

driver
Type: OpenQA.Selenium IWebDriver
The IWebDriver object used to call the script.
functionName
Type: OnlineSystem String
The function name to call.
element
Type: OpenQA.Selenium IWebElement
An IWebElement used as an argument to the JavaScript function.
values
Type:  OnlineSystem Object 
An array of values containing additional arguments to the function.
See Also