Interface FindsById


  • @Deprecated
    public interface FindsById
    Deprecated.
    An implementation detail of By. Will be removed in 4.0
    • Method Detail

      • findElementById

        WebElement findElementById​(java.lang.String using)
        Deprecated.
      • findElementsById

        java.util.List<WebElement> findElementsById​(java.lang.String using)
        Deprecated.