Calls the embedded selenium library in a web page.
Namespace: Selenium.Internal.SeleniumEmulationAssembly: 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:
System String
The function name to call.
- element
- Type: OpenQA.Selenium IWebElement
An IWebElement used as an argument to the JavaScript function.
- values
- Type:
System Object
An array of values containing additional arguments to the function.
See Also