Click or drag to resize
DriverUtilitiesIsElementPresent Method (IWebElement)
This method is used to check if the specified element is present on the page

Namespace: SeleniumUtilities
Assembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool IsElementPresent(
	IWebElement element
)

Parameters

element
Type: IWebElement

[Missing <param name="element"/> documentation for "M:SeleniumUtilities.DriverUtilities.IsElementPresent(OpenQA.Selenium.IWebElement)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:SeleniumUtilities.DriverUtilities.IsElementPresent(OpenQA.Selenium.IWebElement)"]

See Also