Class RelativeLocator.RelativeBy
- java.lang.Object
-
- org.openqa.selenium.By
-
- org.openqa.selenium.support.locators.RelativeLocator.RelativeBy
-
- All Implemented Interfaces:
org.openqa.selenium.By.Remotable
- Enclosing class:
- RelativeLocator
public static class RelativeLocator.RelativeBy extends org.openqa.selenium.By implements org.openqa.selenium.By.Remotable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openqa.selenium.By
org.openqa.selenium.By.ByClassName, org.openqa.selenium.By.ByCssSelector, org.openqa.selenium.By.ById, org.openqa.selenium.By.ByLinkText, org.openqa.selenium.By.ByName, org.openqa.selenium.By.ByPartialLinkText, org.openqa.selenium.By.ByTagName, org.openqa.selenium.By.ByXPath, org.openqa.selenium.By.Remotable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RelativeLocator.RelativeByabove(org.openqa.selenium.By locator)RelativeLocator.RelativeByabove(org.openqa.selenium.WebElement element)RelativeLocator.RelativeBybelow(org.openqa.selenium.By locator)RelativeLocator.RelativeBybelow(org.openqa.selenium.WebElement element)java.util.List<org.openqa.selenium.WebElement>findElements(org.openqa.selenium.SearchContext context)org.openqa.selenium.By.Remotable.ParametersgetRemoteParameters()RelativeLocator.RelativeBynear(org.openqa.selenium.By locator)RelativeLocator.RelativeBynear(org.openqa.selenium.By locator, int atMostDistanceInPixels)RelativeLocator.RelativeBynear(org.openqa.selenium.WebElement element)RelativeLocator.RelativeBynear(org.openqa.selenium.WebElement element, int atMostDistanceInPixels)RelativeLocator.RelativeBytoLeftOf(org.openqa.selenium.By locator)RelativeLocator.RelativeBytoLeftOf(org.openqa.selenium.WebElement element)RelativeLocator.RelativeBytoRightOf(org.openqa.selenium.By locator)RelativeLocator.RelativeBytoRightOf(org.openqa.selenium.WebElement element)
-
-
-
Method Detail
-
above
public RelativeLocator.RelativeBy above(org.openqa.selenium.WebElement element)
-
above
public RelativeLocator.RelativeBy above(org.openqa.selenium.By locator)
-
below
public RelativeLocator.RelativeBy below(org.openqa.selenium.WebElement element)
-
below
public RelativeLocator.RelativeBy below(org.openqa.selenium.By locator)
-
toLeftOf
public RelativeLocator.RelativeBy toLeftOf(org.openqa.selenium.WebElement element)
-
toLeftOf
public RelativeLocator.RelativeBy toLeftOf(org.openqa.selenium.By locator)
-
toRightOf
public RelativeLocator.RelativeBy toRightOf(org.openqa.selenium.WebElement element)
-
toRightOf
public RelativeLocator.RelativeBy toRightOf(org.openqa.selenium.By locator)
-
near
public RelativeLocator.RelativeBy near(org.openqa.selenium.WebElement element)
-
near
public RelativeLocator.RelativeBy near(org.openqa.selenium.WebElement element, int atMostDistanceInPixels)
-
near
public RelativeLocator.RelativeBy near(org.openqa.selenium.By locator)
-
near
public RelativeLocator.RelativeBy near(org.openqa.selenium.By locator, int atMostDistanceInPixels)
-
findElements
public java.util.List<org.openqa.selenium.WebElement> findElements(org.openqa.selenium.SearchContext context)
- Specified by:
findElementsin classorg.openqa.selenium.By
-
getRemoteParameters
public org.openqa.selenium.By.Remotable.Parameters getRemoteParameters()
- Specified by:
getRemoteParametersin interfaceorg.openqa.selenium.By.Remotable
-
-