static class |
HtmlUnitElementFinder.FindByClassName |
Locator strategy for finding elements by their CSS class name.
|
static class |
HtmlUnitElementFinder.FindByCssSelector |
Locator strategy for finding elements using CSS selectors.
|
static class |
HtmlUnitElementFinder.FindByID |
Locator strategy for finding elements by their id attribute.
|
static class |
HtmlUnitElementFinder.FindByLinkText |
Locator strategy for finding anchor elements (<a>) by their exact visible text.
|
static class |
HtmlUnitElementFinder.FindByName |
Locator strategy for finding elements by their name attribute.
|
static class |
HtmlUnitElementFinder.FindByPartialLinkText |
Locator strategy for finding anchor elements (<a>) by partial visible text.
|
static class |
HtmlUnitElementFinder.FindByRelativeLocator |
Locator implementation that handles RelativeLocator.RelativeBy selectors for
finding elements relative to other elements.
|
static class |
HtmlUnitElementFinder.FindByTagName |
Locator strategy for finding elements by their tag name.
|
static class |
HtmlUnitElementFinder.FindByXPath |
Locator strategy for finding elements using XPath expressions.
|