Uses of Class
org.openqa.selenium.support.locators.RelativeLocator.RelativeBy
Packages that use RelativeLocator.RelativeBy
- 
Uses of RelativeLocator.RelativeBy in org.openqa.selenium.support.locatorsMethods in org.openqa.selenium.support.locators that return RelativeLocator.RelativeByModifier and TypeMethodDescriptionRelativeLocator.RelativeBy.above(WebElement element) RelativeLocator.RelativeBy.below(WebElement element) RelativeLocator.RelativeBy.near(WebElement element) RelativeLocator.RelativeBy.near(WebElement element, int atMostDistanceInPixels) RelativeLocator.RelativeBy.straightAbove(By locator) RelativeLocator.RelativeBy.straightAbove(WebElement element) RelativeLocator.RelativeBy.straightBelow(By locator) RelativeLocator.RelativeBy.straightBelow(WebElement element) RelativeLocator.RelativeBy.straightLeftOf(By locator) RelativeLocator.RelativeBy.straightLeftOf(WebElement element) RelativeLocator.RelativeBy.straightRightOf(By locator) RelativeLocator.RelativeBy.straightRightOf(WebElement element) RelativeLocator.RelativeBy.toLeftOf(WebElement element) RelativeLocator.RelativeBy.toRightOf(WebElement element) static RelativeLocator.RelativeByStart of a relative locator, finding elements by tag name.