DefaultSelenium GetElementWidth Method WebDriver
Retrieves the width 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 GetElementWidth(
	string locator
)

Return Value

width of an element in pixels

Implements

ISelenium GetElementWidth(String)
See Also