Class RelativeLocatorServerSide

  • All Implemented Interfaces:
    org.openqa.selenium.remote.locators.CustomLocator

    @AutoService(org.openqa.selenium.remote.locators.CustomLocator.class)
    public class RelativeLocatorServerSide
    extends java.lang.Object
    implements org.openqa.selenium.remote.locators.CustomLocator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openqa.selenium.By createBy​(java.lang.Object usingParameter)  
      java.lang.String getLocatorName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RelativeLocatorServerSide

        public RelativeLocatorServerSide()
    • Method Detail

      • getLocatorName

        public java.lang.String getLocatorName()
        Specified by:
        getLocatorName in interface org.openqa.selenium.remote.locators.CustomLocator
      • createBy

        public org.openqa.selenium.By createBy​(java.lang.Object usingParameter)
        Specified by:
        createBy in interface org.openqa.selenium.remote.locators.CustomLocator