Class MobileBy.ByCustom

  • All Implemented Interfaces:
    java.io.Serializable, org.openqa.selenium.By.Remotable
    Enclosing class:
    MobileBy

    @Deprecated
    public static class MobileBy.ByCustom
    extends AppiumBy.ByCustom
    Deprecated.
    Use AppiumBy.ByCustom instead.
    This type of locator requires the use of the 'customFindModules' capability and a separately-installed element finding plugin.
    See Also:
    Serialized Form
    • Constructor Detail

      • ByCustom

        protected ByCustom​(java.lang.String selector)
        Deprecated.
    • Method Detail

      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class AppiumBy