Class RelativeLocatorServerSide
- java.lang.Object
-
- org.openqa.selenium.support.locators.RelativeLocatorServerSide
-
- All Implemented Interfaces:
CustomLocator
@AutoService(CustomLocator.class) public class RelativeLocatorServerSide extends java.lang.Object implements CustomLocator
-
-
Constructor Summary
Constructors Constructor Description RelativeLocatorServerSide()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description By
createBy(java.lang.Object usingParameter)
java.lang.String
getLocatorName()
-
-
-
Method Detail
-
getLocatorName
public java.lang.String getLocatorName()
- Specified by:
getLocatorName
in interfaceCustomLocator
- Returns:
- The locator name, which is the value of the
using
property of the JSON payload.
-
createBy
public By createBy(java.lang.Object usingParameter)
- Specified by:
createBy
in interfaceCustomLocator
-
-