Interface FindsByCssSelector


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

      • findElementByCssSelector

        WebElement findElementByCssSelector​(java.lang.String using)
        Deprecated.
      • findElementsByCssSelector

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