DefaultSelenium IsElementPresent Method WebDriver
Verifies that the specified element is somewhere on the page.

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

public bool IsElementPresent(
	string locator
)

Return Value

true if the element is present, false otherwise

Implements

ISelenium IsElementPresent(String)
See Also