ISelenium GetElementHeight Method WebDriver
Retrieves the height of an element

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

decimal GetElementHeight(
	string locator
)

Return Value

height of an element in pixels
See Also