| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebElement |
Browser.findElement(Locator locator) |
List<org.openqa.selenium.WebElement> |
Browser.findElements(Locator locator) |
| Modifier and Type | Method and Description |
|---|---|
Locator |
Component.getLocator() |
| Modifier and Type | Method and Description |
|---|---|
void |
Component.setLocator(Locator locator) |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebElement |
LocatesElements.findElement(Locator locator) |
List<org.openqa.selenium.WebElement> |
LocatesElements.findElements(Locator locator) |
| Modifier and Type | Method and Description |
|---|---|
Locator |
LocatorProvider.getLocatorFromAnnotation(ElementAccessor annotation) |
| Modifier and Type | Method and Description |
|---|---|
Component |
PageInitializer.createComponent(Browser browser,
Class<? extends Component> elementType,
LocatesElements parent,
Locator locator,
String elementName) |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebElement |
AbstractPage.findElement(Locator locator) |
List<org.openqa.selenium.WebElement> |
AbstractPage.findElements(Locator locator) |
| Modifier and Type | Method and Description |
|---|---|
Locator |
AbstractComponent.getLocator() |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebElement |
GroupComponent.findElement(Locator locator) |
org.openqa.selenium.WebElement |
AbstractComponent.findElement(Locator elementLocator) |
List<org.openqa.selenium.WebElement> |
AbstractComponent.findElements(Locator elementLocator) |
void |
AbstractComponent.setLocator(Locator locator) |
Copyright © 2022. All rights reserved.