DriverUtilitiesIsElementPresent Method (By) |
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(
By by
)
Public Shared Function IsElementPresent (
by As By
) As Boolean
public:
static bool IsElementPresent(
By^ by
)
static member IsElementPresent :
by : By -> bool
Parameters
- by
- Type: By
[Missing <param name="by"/> documentation for "M:SeleniumUtilities.DriverUtilities.IsElementPresent(OpenQA.Selenium.By)"]
Return Value
Type:
BooleanIt returns True/False based on element availability
See Also