An NDoc Documented Class Library

DefaultSelenium.IsElementPresent Method 

Verifies that the specified element is somewhere on the page.

public bool IsElementPresent(
   string locator
);

Parameters

locator
an element locator

Return Value

true if the element is present, false otherwise

Implements

ISelenium.IsElementPresent

See Also

DefaultSelenium Class | Selenium Namespace