public interface Component extends LocatesElements
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebElement |
find() |
List<org.openqa.selenium.WebElement> |
findAll() |
Browser |
getBrowser() |
Locator |
getLocator() |
LocatesElements |
getParent() |
boolean |
isDisplayed() |
boolean |
isEnabled() |
void |
setBrowser(Browser browser) |
void |
setLocator(Locator locator) |
void |
setName(String name) |
void |
setParent(LocatesElements parent) |
findElement, findElementsLocator getLocator()
void setLocator(Locator locator)
LocatesElements getParent()
void setParent(LocatesElements parent)
org.openqa.selenium.WebElement find()
Browser getBrowser()
void setBrowser(Browser browser)
List<org.openqa.selenium.WebElement> findAll()
void setName(String name)
boolean isDisplayed()
boolean isEnabled()
Copyright © 2020. All rights reserved.