DefaultSelenium 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

public decimal GetElementHeight(
	string locator
)

Return Value

height of an element in pixels

Implements

ISelenium GetElementHeight(String)
See Also