DefaultSelenium IsChecked Method WebDriver
Gets whether a toggle-button (checkbox/radio) is checked. Fails if the specified element doesn't exist or isn't a toggle-button.

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

public bool IsChecked(
	string locator
)

Return Value

true if the checkbox is checked, false otherwise

Implements

ISelenium IsChecked(String)
See Also