An NDoc Documented Class Library

ISelenium.IsElementPresent Method 

Verifies that the specified element is somewhere on the page.

bool IsElementPresent(
   string locator
);

Parameters

locator
an element locator

Return Value

true if the element is present, false otherwise

See Also

ISelenium Interface | Selenium Namespace