| SearchContext Class |
Namespace: Selenium
Dim instance As SearchContext
The SearchContext type exposes the following members.
| Name | Description | |
|---|---|---|
| FindElement |
Find the first WebElement using the given method.
| |
| FindElementBy |
Finds the first child element matching the given mechanism and value.
| |
| FindElementByClass |
Finds the first element matching the specified CSS class.
| |
| FindElementByCss |
Finds the first element matching the specified CSS selector.
| |
| FindElementById |
Finds the first element matching the specified id.
| |
| FindElementByLinkText |
Finds the first element matching the specified link text.
| |
| FindElementByName |
Finds the first element matching the specified name.
| |
| FindElementByPartialLinkText |
Finds the first of elements that match the part of the link text supplied
| |
| FindElementByTag |
Finds the first element matching the specified tag name.
| |
| FindElementByXPath |
Finds the first element matching the specified XPath query.
| |
| FindElements |
Find all elements within the current context using the given mechanism.
| |
| FindElementsBy |
Finds all child elements matching the given mechanism and value.
| |
| FindElementsByClass |
Finds elements matching the specified CSS class.
| |
| FindElementsByCss |
Finds elements matching the specified CSS selector.
| |
| FindElementsById |
Finds elements matching the specified id.
| |
| FindElementsByLinkText |
Finds elements matching the specified link text.
| |
| FindElementsByName |
Finds elements matching the specified name.
| |
| FindElementsByPartialLinkText |
Finds the first of elements that match the part of the link text supplied
| |
| FindElementsByTag |
Finds elements matching the specified tag name.
| |
| FindElementsByXPath |
Finds elements matching the specified XPath query.
| |
| IsElementPresent |
"Verifies that the specified element is somewhere on the page."
| |
| WaitNotElement |
Waits for an element to be missing.
|