DriverUtilitiesIsElementPresent Method (IWebElement) |
This method is used to check if the specified element is present on the page
Namespace: SeleniumUtilitiesAssembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool IsElementPresent(
IWebElement element
)
Public Shared Function IsElementPresent (
element As IWebElement
) As Boolean
public:
static bool IsElementPresent(
IWebElement^ element
)
static member IsElementPresent :
element : IWebElement -> bool
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