| WebDriverActiveElement Method |
Returns the element with focus, or BODY if nothing has focus.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As WebDriver
Dim returnValue As WebElement
returnValue = instance.ActiveElement()
Return Value
Type:
WebElement
See Also