Click or drag to resize
DriverUtilitiesIsElementPresent Method (By)
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(
	By by
)

Parameters

by
Type: By

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

Return Value

Type: Boolean
It returns True/False based on element availability
See Also